Html Css Color HEX #CEA814 Galliano

📋 copy color: '#CEA814'

red 206 ◦ green 168 ◦ blue 20

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

Shades of Galliano #CEA814

Tints of Galliano #CEA814

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.64%

 BLUE value IS 20 (8.2% from 255) = 5.08%

R = 52.28%
G = 42.64%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CEA814 (or 0xCEA814) is known color: Galliano. HEX triplet: CE, A8 and 14. RGB value is (206,168,20). Sum of RGB (Red+Green+Blue) = 206+168+20=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 168 (66.02% from 255 or 42.64% from 394); Blue value is 20 (8.20% from 255 or 5.08% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA814 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA814 is #3157EB. Grayscale: #A3A3A3. Windows color (decimal): -3233772 or 1353934. OLE color: 1353934.

HSL color Cylindrical-coordinate representation of color #CEA814: hue angle of 47.74º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CEA814 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 168 20 -
CMYK 0 0.18 0.90 0.19
HSL 47.74º 0.82% 0.44% -
HSV(B) 47.74º 0.9% 0.81% -
XYZ 39.58 41.18 6.52 -
YUV 162.49 47.59 159.03 -
System Red Green Blue C M Y K H S L
Decimal 206 168 20 0 0.18 0.90 0.19 47.74 0.82 0.44
Hex CE A8 14 0 12 5A 13 30 52 2C
Octal 316 250 24 0 22 132 23 60 122 54
Binary 11001110 10101000 10100 0 10010 1011010 10011 110000 1010010 101100

Color Harmonies of #CEA814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA814

Black with #CEA814

Text Example


Text Example

White with #CEA814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA814; }

 p { color: rgb(206,168,20); }

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

background-color css

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

 a { background-color: rgb(206,168,20); }

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

border-color css

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

 span { border-color: rgb(206,168,20); }

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