Html Css Color HEX #CEAF24 Galliano

📋 copy color: '#CEAF24'

red 206 ◦ green 175 ◦ blue 36

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

Shades of Galliano #CEAF24

Tints of Galliano #CEAF24

RGB

 RED value IS 206 (80.86% from 255) = 49.4%

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

 BLUE value IS 36 (14.45% from 255) = 8.63%

R = 49.4%
G = 41.97%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CEAF24 (or 0xCEAF24) is known color: Galliano. HEX triplet: CE, AF and 24. RGB value is (206,175,36). Sum of RGB (Red+Green+Blue) = 206+175+36=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 36 (14.45% from 255 or 8.63% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAF24 is #3150DB. Grayscale: #A9A9A9. Windows color (decimal): -3231964 or 2404302. OLE color: 2404302.

HSL color Cylindrical-coordinate representation of color #CEAF24: hue angle of 49.06º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CEAF24 is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 175 36 -
CMYK 0 0.15 0.83 0.19
HSL 49.06º 0.7% 0.47% -
HSV(B) 49.06º 0.83% 0.81% -
XYZ 41.1 43.91 7.98 -
YUV 168.42 53.27 154.8 -
System Red Green Blue C M Y K H S L
Decimal 206 175 36 0 0.15 0.83 0.19 49.06 0.7 0.47
Hex CE AF 24 0 F 53 13 31 46 2F
Octal 316 257 44 0 17 123 23 61 106 57
Binary 11001110 10101111 100100 0 1111 1010011 10011 110001 1000110 101111

Color Harmonies of #CEAF24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAF24

Black with #CEAF24

Text Example


Text Example

White with #CEAF24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAF24; }

 p { color: rgb(206,175,36); }

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

background-color css

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

 a { background-color: rgb(206,175,36); }

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

border-color css

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

 span { border-color: rgb(206,175,36); }

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