Html Css Color HEX #CEAA24 Galliano

📋 copy color: '#CEAA24'

red 206 ◦ green 170 ◦ blue 36

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

Shades of Galliano #CEAA24

Tints of Galliano #CEAA24

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.26%

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

R = 50%
G = 41.26%
B = 8.74%

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

#CEAA24 (or 0xCEAA24) is known color: Galliano. HEX triplet: CE, AA and 24. RGB value is (206,170,36). Sum of RGB (Red+Green+Blue) = 206+170+36=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 36 (14.45% from 255 or 8.74% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAA24 is #3155DB. Grayscale: #A6A6A6. Windows color (decimal): -3233244 or 2403022. OLE color: 2403022.

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

Color convert

RGB 206 170 36 -
CMYK 0 0.17 0.83 0.19
HSL 47.29º 0.7% 0.47% -
HSV(B) 47.29º 0.83% 0.81% -
XYZ 40.15 42 7.66 -
YUV 165.49 54.93 156.9 -
System Red Green Blue C M Y K H S L
Decimal 206 170 36 0 0.17 0.83 0.19 47.29 0.7 0.47
Hex CE AA 24 0 11 53 13 2F 46 2F
Octal 316 252 44 0 21 123 23 57 106 57
Binary 11001110 10101010 100100 0 10001 1010011 10011 101111 1000110 101111

Color Harmonies of #CEAA24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAA24

Black with #CEAA24

Text Example


Text Example

White with #CEAA24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAA24; }

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

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

background-color css

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

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

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

border-color css

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

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

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