Html Css Color HEX #CEA12C Galliano

📋 copy color: '#CEA12C'

red 206 ◦ green 161 ◦ blue 44

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

Shades of Galliano #CEA12C

Tints of Galliano #CEA12C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.17%

 BLUE value IS 44 (17.58% from 255) = 10.71%

R = 50.12%
G = 39.17%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CEA12C (or 0xCEA12C) is known color: Galliano. HEX triplet: CE, A1 and 2C. RGB value is (206,161,44). Sum of RGB (Red+Green+Blue) = 206+161+44=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 161 (63.28% from 255 or 39.17% from 411); Blue value is 44 (17.58% from 255 or 10.71% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA12C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA12C is #315ED3. Grayscale: #A1A1A1. Windows color (decimal): -3235540 or 2925006. OLE color: 2925006.

HSL color Cylindrical-coordinate representation of color #CEA12C: hue angle of 43.33º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CEA12C is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 161 44 -
CMYK 0 0.22 0.79 0.19
HSL 43.33º 0.65% 0.49% -
HSV(B) 43.33º 0.79% 0.81% -
XYZ 38.65 38.79 7.83 -
YUV 161.12 61.91 160.01 -
System Red Green Blue C M Y K H S L
Decimal 206 161 44 0 0.22 0.79 0.19 43.33 0.65 0.49
Hex CE A1 2C 0 16 4F 13 2B 41 31
Octal 316 241 54 0 26 117 23 53 101 61
Binary 11001110 10100001 101100 0 10110 1001111 10011 101011 1000001 110001

Color Harmonies of #CEA12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA12C

Black with #CEA12C

Text Example


Text Example

White with #CEA12C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA12C; }

 p { color: rgb(206,161,44); }

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

background-color css

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

 a { background-color: rgb(206,161,44); }

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

border-color css

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

 span { border-color: rgb(206,161,44); }

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