Html Css Color HEX #CEA12F Galliano

📋 copy color: '#CEA12F'

red 206 ◦ green 161 ◦ blue 47

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

Shades of Galliano #CEA12F

Tints of Galliano #CEA12F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.35%

R = 49.76%
G = 38.89%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CEA12F (or 0xCEA12F) is known color: Galliano. HEX triplet: CE, A1 and 2F. RGB value is (206,161,47). Sum of RGB (Red+Green+Blue) = 206+161+47=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 161 (63.28% from 255 or 38.89% from 414); Blue value is 47 (18.75% from 255 or 11.35% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA12F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA12F is #315ED0. Grayscale: #A1A1A1. Windows color (decimal): -3235537 or 3121614. OLE color: 3121614.

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

Color convert

RGB 206 161 47 -
CMYK 0 0.22 0.77 0.19
HSL 43.02º 0.63% 0.5% -
HSV(B) 43.02º 0.77% 0.81% -
XYZ 38.71 38.82 8.14 -
YUV 161.46 63.41 159.77 -
System Red Green Blue C M Y K H S L
Decimal 206 161 47 0 0.22 0.77 0.19 43.02 0.63 0.5
Hex CE A1 2F 0 16 4D 13 2B 3F 32
Octal 316 241 57 0 26 115 23 53 77 62
Binary 11001110 10100001 101111 0 10110 1001101 10011 101011 111111 110010

Color Harmonies of #CEA12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA12F

Black with #CEA12F

Text Example


Text Example

White with #CEA12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA12F; }

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

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

background-color css

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

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

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

border-color css

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

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

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