Html Css Color HEX #CEA60D Galliano

📋 copy color: '#CEA60D'

red 206 ◦ green 166 ◦ blue 13

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

Shades of Galliano #CEA60D

Tints of Galliano #CEA60D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.12%

 BLUE value IS 13 (5.47% from 255) = 3.38%

R = 53.51%
G = 43.12%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CEA60D (or 0xCEA60D) is known color: Galliano. HEX triplet: CE, A6 and 0D. RGB value is (206,166,13). Sum of RGB (Red+Green+Blue) = 206+166+13=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 166 (65.23% from 255 or 43.12% from 385); Blue value is 13 (5.47% from 255 or 3.38% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA60D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA60D is #3159F2. Grayscale: #A1A1A1. Windows color (decimal): -3234291 or 894670. OLE color: 894670.

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

Color convert

RGB 206 166 13 -
CMYK 0 0.19 0.94 0.19
HSL 47.56º 0.88% 0.43% -
HSV(B) 47.56º 0.94% 0.81% -
XYZ 39.16 40.42 6.12 -
YUV 160.52 44.75 160.44 -
System Red Green Blue C M Y K H S L
Decimal 206 166 13 0 0.19 0.94 0.19 47.56 0.88 0.43
Hex CE A6 D 0 13 5E 13 30 58 2B
Octal 316 246 15 0 23 136 23 60 130 53
Binary 11001110 10100110 1101 0 10011 1011110 10011 110000 1011000 101011

Color Harmonies of #CEA60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA60D

Black with #CEA60D

Text Example


Text Example

White with #CEA60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA60D; }

 p { color: rgb(206,166,13); }

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

background-color css

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

 a { background-color: rgb(206,166,13); }

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

border-color css

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

 span { border-color: rgb(206,166,13); }

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