#CDA91D

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

Shades of Galliano #CDA91D

Tints of Galliano #CDA91D

Color information

#CDA91D (or 0xCDA91D) is unknown color: approx Galliano. HEX triplet: CD, A9 and 1D. RGB value is (205,169,29). Sum of RGB (Red+Green+Blue) = 205+169+29=403 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.87% from 403); Green value is 169 (66.41% from 255 or 41.94% from 403); Blue value is 29 (11.72% from 255 or 7.20% from 403); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA91D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA91D is #3256E2. Grayscale: #A4A4A4. Windows color (decimal): -3299043 or 1944013. OLE color: 1944013.

HSL color Cylindrical-coordinate representation of color #CDA91D: hue angle of 47.73º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CDA91D is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB20516929-
CMYK00.180.860.20
HSL47.73º75.21%45.88%-
HSV(B)47.73º85.85%80.39%-
XYZ39.5941.447.08-
YUV163.851.93157.38-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.87%
GREEN value IS 169 (66.41% from 255) = 41.94%
BLUE value IS 29 (11.72% from 255) = 7.20%
R=50.87%
G=41.94%
B=7.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.86
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051692900.180.860.2047.7375.2145.88
HexCDA91D0125614304b2e
Octal31525135022126246011356
Binary1100110110101001111010100101010110101001100001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA91D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA91D; }

 p { color: rgb(205,169,29); }

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

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

 a { background-color: rgb(205,169,29); }

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

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

 span { border-color: rgb(205,169,29); }

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