Html Css Color HEX #CEA714 Galliano

📋 copy color: '#CEA714'

red 206 ◦ green 167 ◦ blue 20

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

Shades of Galliano #CEA714

Tints of Galliano #CEA714

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.49%

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

R = 52.42%
G = 42.49%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CEA714 (or 0xCEA714) is known color: Galliano. HEX triplet: CE, A7 and 14. RGB value is (206,167,20). Sum of RGB (Red+Green+Blue) = 206+167+20=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 167 (65.62% from 255 or 42.49% from 393); Blue value is 20 (8.20% from 255 or 5.09% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA714 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA714 is #3158EB. Grayscale: #A2A2A2. Windows color (decimal): -3234028 or 1353678. OLE color: 1353678.

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

Color convert

RGB 206 167 20 -
CMYK 0 0.19 0.90 0.19
HSL 47.42º 0.82% 0.44% -
HSV(B) 47.42º 0.9% 0.81% -
XYZ 39.4 40.81 6.46 -
YUV 161.9 47.92 159.45 -
System Red Green Blue C M Y K H S L
Decimal 206 167 20 0 0.19 0.90 0.19 47.42 0.82 0.44
Hex CE A7 14 0 13 5A 13 2F 52 2C
Octal 316 247 24 0 23 132 23 57 122 54
Binary 11001110 10100111 10100 0 10011 1011010 10011 101111 1010010 101100

Color Harmonies of #CEA714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA714

Black with #CEA714

Text Example


Text Example

White with #CEA714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA714; }

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

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

background-color css

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

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

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

border-color css

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

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

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