Html Css Color HEX #CEAC24 Galliano

📋 copy color: '#CEAC24'

red 206 ◦ green 172 ◦ blue 36

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

Shades of Galliano #CEAC24

Tints of Galliano #CEAC24

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.55%

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

R = 49.76%
G = 41.55%
B = 8.7%

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

#CEAC24 (or 0xCEAC24) is known color: Galliano. HEX triplet: CE, AC and 24. RGB value is (206,172,36). Sum of RGB (Red+Green+Blue) = 206+172+36=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 172 (67.58% from 255 or 41.55% from 414); Blue value is 36 (14.45% from 255 or 8.70% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAC24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAC24 is #3153DB. Grayscale: #A7A7A7. Windows color (decimal): -3232732 or 2403534. OLE color: 2403534.

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

Color convert

RGB 206 172 36 -
CMYK 0 0.17 0.83 0.19
HSL 48º 0.7% 0.47% -
HSV(B) 48º 0.83% 0.81% -
XYZ 40.52 42.75 7.79 -
YUV 166.66 54.26 156.06 -
System Red Green Blue C M Y K H S L
Decimal 206 172 36 0 0.17 0.83 0.19 48 0.7 0.47
Hex CE AC 24 0 11 53 13 30 46 2F
Octal 316 254 44 0 21 123 23 60 106 57
Binary 11001110 10101100 100100 0 10001 1010011 10011 110000 1000110 101111

Color Harmonies of #CEAC24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAC24

Black with #CEAC24

Text Example


Text Example

White with #CEAC24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAC24; }

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

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

background-color css

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

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

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

border-color css

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

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

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