Html Css Color HEX #CEA41D Galliano

📋 copy color: '#CEA41D'

red 206 ◦ green 164 ◦ blue 29

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

Shades of Galliano #CEA41D

Tints of Galliano #CEA41D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.1%

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

R = 51.63%
G = 41.1%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CEA41D (or 0xCEA41D) is known color: Galliano. HEX triplet: CE, A4 and 1D. RGB value is (206,164,29). Sum of RGB (Red+Green+Blue) = 206+164+29=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 164 (64.45% from 255 or 41.10% from 399); Blue value is 29 (11.72% from 255 or 7.27% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA41D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA41D is #315BE2. Grayscale: #A1A1A1. Windows color (decimal): -3234787 or 1942734. OLE color: 1942734.

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

Color convert

RGB 206 164 29 -
CMYK 0 0.20 0.86 0.19
HSL 45.76º 0.75% 0.46% -
HSV(B) 45.76º 0.86% 0.81% -
XYZ 38.95 39.76 6.78 -
YUV 161.17 53.41 159.98 -
System Red Green Blue C M Y K H S L
Decimal 206 164 29 0 0.20 0.86 0.19 45.76 0.75 0.46
Hex CE A4 1D 0 14 56 13 2E 4B 2E
Octal 316 244 35 0 24 126 23 56 113 56
Binary 11001110 10100100 11101 0 10100 1010110 10011 101110 1001011 101110

Color Harmonies of #CEA41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA41D

Black with #CEA41D

Text Example


Text Example

White with #CEA41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA41D; }

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

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

background-color css

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

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

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

border-color css

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

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

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