#CDAE18

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

Shades of Galliano #CDAE18

Tints of Galliano #CDAE18

Color information

#CDAE18 (or 0xCDAE18) is unknown color: approx Galliano. HEX triplet: CD, AE and 18. RGB value is (205,174,24). Sum of RGB (Red+Green+Blue) = 205+174+24=403 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.87% from 403); Green value is 174 (68.36% from 255 or 43.18% from 403); Blue value is 24 (9.77% from 255 or 5.96% from 403); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAE18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDAE18 is #3251E7. Grayscale: #A6A6A6. Windows color (decimal): -3297768 or 1617613. OLE color: 1617613.

HSL color Cylindrical-coordinate representation of color #CDAE18: hue angle of 49.72º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CDAE18 is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB20517424-
CMYK00.150.880.20
HSL49.72º79.04%44.9%-
HSV(B)49.72º88.29%80.39%-
XYZ40.4843.327.09-
YUV166.1747.77155.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.87%
GREEN value IS 174 (68.36% from 255) = 43.18%
BLUE value IS 24 (9.77% from 255) = 5.96%
R=50.87%
G=43.18%
B=5.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.88
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051742400.150.880.2049.7279.0444.9
HexCDAE180F5814324f2d
Octal31525630017130246211755
Binary110011011010111011000011111011000101001100101001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAE18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAE18; }

 p { color: rgb(205,174,24); }

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

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

 a { background-color: rgb(205,174,24); }

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

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

 span { border-color: rgb(205,174,24); }

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