Html Css Color HEX #CEA01D Galliano

📋 copy color: '#CEA01D'

red 206 ◦ green 160 ◦ blue 29

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

Shades of Galliano #CEA01D

Tints of Galliano #CEA01D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.51%

 BLUE value IS 29 (11.72% from 255) = 7.34%

R = 52.15%
G = 40.51%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CEA01D (or 0xCEA01D) is known color: Galliano. HEX triplet: CE, A0 and 1D. RGB value is (206,160,29). Sum of RGB (Red+Green+Blue) = 206+160+29=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 160 (62.89% from 255 or 40.51% from 395); Blue value is 29 (11.72% from 255 or 7.34% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA01D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA01D is #315FE2. Grayscale: #9F9F9F. Windows color (decimal): -3235811 or 1941710. OLE color: 1941710.

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

Color convert

RGB 206 160 29 -
CMYK 0 0.22 0.86 0.19
HSL 44.41º 0.75% 0.46% -
HSV(B) 44.41º 0.86% 0.81% -
XYZ 38.25 38.35 6.55 -
YUV 158.82 54.74 161.65 -
System Red Green Blue C M Y K H S L
Decimal 206 160 29 0 0.22 0.86 0.19 44.41 0.75 0.46
Hex CE A0 1D 0 16 56 13 2C 4B 2E
Octal 316 240 35 0 26 126 23 54 113 56
Binary 11001110 10100000 11101 0 10110 1010110 10011 101100 1001011 101110

Color Harmonies of #CEA01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA01D

Black with #CEA01D

Text Example


Text Example

White with #CEA01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA01D; }

 p { color: rgb(206,160,29); }

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

background-color css

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

 a { background-color: rgb(206,160,29); }

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

border-color css

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

 span { border-color: rgb(206,160,29); }

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