#cda22e

Color #CDA22E Galliano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Galliano #CDA22E

Tints of Galliano #CDA22E

Color information

#CDA22E (or 0xCDA22E) is unknown color: approx Galliano. HEX triplet: CD, A2 and 2E. RGB value is (205,162,46). Sum of RGB (Red+Green+Blue) = 205+162+46=413 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.64% from 413); Green value is 162 (63.67% from 255 or 39.23% from 413); Blue value is 46 (18.36% from 255 or 11.14% from 413); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA22E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA22E is #325DD1. Grayscale: #A2A2A2. Windows color (decimal): -3300818 or 3056333. OLE color: 3056333.

HSL color Cylindrical-coordinate representation of color #CDA22E: hue angle of 43.77º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CDA22E is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.20.

Color convert

RGB20516246-
CMYK00.210.780.20
HSL43.77º63.35%49.22%-
HSV(B)43.77º77.56%80.39%-
XYZ38.5939.028.08-
YUV161.6362.75158.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 49.64%
GREEN value IS 162 (63.67% from 255) = 39.23%
BLUE value IS 46 (18.36% from 255) = 11.14%
R=49.64%
G=39.23%
B=11.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.78
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051624600.210.780.2043.7763.3549.22
HexCDA22E0154E142c3f31
Octal3152425602511624547761
Binary1100110110100010101110010101100111010100101100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cda22e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cda22e; }

 p { color: rgb(205,162,46); }

 H1.HeaderClassName
 {
   color: #cda22e;
 }
 .AnyTagClassName
 {
   color: #cda22e;
 }
</style>
background-color css

<style>
 a { background-color: #cda22e; }

 a { background-color: rgb(205,162,46); }

 div.DivClassName
 {
   background-color: #cda22e;
 }
 .BgClassName
 {
   background-color: #cda22e;
 }
</style>
border-color css

<style>
 span { border-color: #cda22e; }

 span { border-color: rgb(205,162,46); }

 td.TdClassName
 {
   border-color: #cda22e;
 }
 .TagClassName
 {
   border-color: #cda22e;
 }
</style>