Html Css Color HEX #CEAB24 Galliano

📋 copy color: '#CEAB24'

red 206 ◦ green 171 ◦ blue 36

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

Shades of Galliano #CEAB24

Tints of Galliano #CEAB24

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.4%

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

R = 49.88%
G = 41.4%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CEAB24 (or 0xCEAB24) is known color: Galliano. HEX triplet: CE, AB and 24. RGB value is (206,171,36). Sum of RGB (Red+Green+Blue) = 206+171+36=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 36 (14.45% from 255 or 8.72% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAB24 is #3154DB. Grayscale: #A6A6A6. Windows color (decimal): -3232988 or 2403278. OLE color: 2403278.

HSL color Cylindrical-coordinate representation of color #CEAB24: hue angle of 47.65º 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 #CEAB24 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 171 36 -
CMYK 0 0.17 0.83 0.19
HSL 47.65º 0.7% 0.47% -
HSV(B) 47.65º 0.83% 0.81% -
XYZ 40.33 42.38 7.72 -
YUV 166.08 54.6 156.48 -
System Red Green Blue C M Y K H S L
Decimal 206 171 36 0 0.17 0.83 0.19 47.65 0.7 0.47
Hex CE AB 24 0 11 53 13 30 46 2F
Octal 316 253 44 0 21 123 23 60 106 57
Binary 11001110 10101011 100100 0 10001 1010011 10011 110000 1000110 101111

Color Harmonies of #CEAB24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAB24

Black with #CEAB24

Text Example


Text Example

White with #CEAB24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAB24; }

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

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

background-color css

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

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

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

border-color css

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

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

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