Html Css Color HEX #CDAF18 Galliano

📋 copy color: '#CDAF18'

red 205 ◦ green 175 ◦ blue 24

#CDAF18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Galliano #CDAF18

Tints of Galliano #CDAF18

RGB

 RED value IS 205 (80.47% from 255) = 50.74%

 GREEN value IS 175 (68.75% from 255) = 43.32%

 BLUE value IS 24 (9.77% from 255) = 5.94%

R = 50.74%
G = 43.32%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CDAF18 (or 0xCDAF18) is known color: Galliano. HEX triplet: CD, AF and 18. RGB value is (205,175,24). Sum of RGB (Red+Green+Blue) = 205+175+24=404 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.74% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 24 (9.77% from 255 or 5.94% from 404); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAF18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDAF18 is #3250E7. Grayscale: #A7A7A7. Windows color (decimal): -3297512 or 1617869. OLE color: 1617869.

HSL color Cylindrical-coordinate representation of color #CDAF18: hue angle of 50.06º 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 #CDAF18 is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 175 24 -
CMYK 0 0.15 0.88 0.20
HSL 50.06º 0.79% 0.45% -
HSV(B) 50.06º 0.88% 0.8% -
XYZ 40.67 43.71 7.16 -
YUV 166.76 47.44 155.28 -
System Red Green Blue C M Y K H S L
Decimal 205 175 24 0 0.15 0.88 0.20 50.06 0.79 0.45
Hex CD AF 18 0 F 58 14 32 4F 2D
Octal 315 257 30 0 17 130 24 62 117 55
Binary 11001101 10101111 11000 0 1111 1011000 10100 110010 1001111 101101

Color Harmonies of #CDAF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAF18

Black with #CDAF18

Text Example


Text Example

White with #CDAF18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAF18; }

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

 H1.HeaderClassName
 {
   color: #CDAF18;
 }
 .AnyTagClassName
 {
   color: #CDAF18;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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