Html Css Color HEX #CEA70F Galliano

📋 copy color: '#CEA70F'

red 206 ◦ green 167 ◦ blue 15

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

Shades of Galliano #CEA70F

Tints of Galliano #CEA70F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.87%

R = 53.09%
G = 43.04%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CEA70F (or 0xCEA70F) is known color: Galliano. HEX triplet: CE, A7 and 0F. RGB value is (206,167,15). Sum of RGB (Red+Green+Blue) = 206+167+15=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 167 (65.62% from 255 or 43.04% from 388); Blue value is 15 (6.25% from 255 or 3.87% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA70F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA70F is #3158F0. Grayscale: #A1A1A1. Windows color (decimal): -3234033 or 1025998. OLE color: 1025998.

HSL color Cylindrical-coordinate representation of color #CEA70F: hue angle of 47.75º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CEA70F is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 167 15 -
CMYK 0 0.19 0.93 0.19
HSL 47.75º 0.86% 0.43% -
HSV(B) 47.75º 0.93% 0.81% -
XYZ 39.36 40.79 6.25 -
YUV 161.33 45.42 159.86 -
System Red Green Blue C M Y K H S L
Decimal 206 167 15 0 0.19 0.93 0.19 47.75 0.86 0.43
Hex CE A7 F 0 13 5D 13 30 56 2B
Octal 316 247 17 0 23 135 23 60 126 53
Binary 11001110 10100111 1111 0 10011 1011101 10011 110000 1010110 101011

Color Harmonies of #CEA70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA70F

Black with #CEA70F

Text Example


Text Example

White with #CEA70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA70F; }

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

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

background-color css

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

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

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

border-color css

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

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

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