Html Css Color HEX #CEA715 Galliano

📋 copy color: '#CEA715'

red 206 ◦ green 167 ◦ blue 21

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

Shades of Galliano #CEA715

Tints of Galliano #CEA715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.33%

R = 52.28%
G = 42.39%
B = 5.33%

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

#CEA715 (or 0xCEA715) is known color: Galliano. HEX triplet: CE, A7 and 15. RGB value is (206,167,21). Sum of RGB (Red+Green+Blue) = 206+167+21=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 167 (65.62% from 255 or 42.39% from 394); Blue value is 21 (8.59% from 255 or 5.33% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA715 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA715 is #3158EA. Grayscale: #A2A2A2. Windows color (decimal): -3234027 or 1419214. OLE color: 1419214.

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

Color convert

RGB 206 167 21 -
CMYK 0 0.19 0.90 0.19
HSL 47.35º 0.81% 0.45% -
HSV(B) 47.35º 0.9% 0.81% -
XYZ 39.41 40.81 6.51 -
YUV 162.02 48.42 159.37 -
System Red Green Blue C M Y K H S L
Decimal 206 167 21 0 0.19 0.90 0.19 47.35 0.81 0.45
Hex CE A7 15 0 13 5A 13 2F 51 2D
Octal 316 247 25 0 23 132 23 57 121 55
Binary 11001110 10100111 10101 0 10011 1011010 10011 101111 1010001 101101

Color Harmonies of #CEA715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA715

Black with #CEA715

Text Example


Text Example

White with #CEA715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA715; }

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

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

background-color css

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

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

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

border-color css

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

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

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