Html Css Color HEX #CEA81D Galliano

📋 copy color: '#CEA81D'

red 206 ◦ green 168 ◦ blue 29

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

Shades of Galliano #CEA81D

Tints of Galliano #CEA81D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.69%

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

R = 51.12%
G = 41.69%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CEA81D (or 0xCEA81D) is known color: Galliano. HEX triplet: CE, A8 and 1D. RGB value is (206,168,29). Sum of RGB (Red+Green+Blue) = 206+168+29=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 168 (66.02% from 255 or 41.69% from 403); Blue value is 29 (11.72% from 255 or 7.20% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA81D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA81D is #3157E2. Grayscale: #A4A4A4. Windows color (decimal): -3233763 or 1943758. OLE color: 1943758.

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

Color convert

RGB 206 168 29 -
CMYK 0 0.18 0.86 0.19
HSL 47.12º 0.75% 0.46% -
HSV(B) 47.12º 0.86% 0.81% -
XYZ 39.68 41.22 7.03 -
YUV 163.52 52.09 158.3 -
System Red Green Blue C M Y K H S L
Decimal 206 168 29 0 0.18 0.86 0.19 47.12 0.75 0.46
Hex CE A8 1D 0 12 56 13 2F 4B 2E
Octal 316 250 35 0 22 126 23 57 113 56
Binary 11001110 10101000 11101 0 10010 1010110 10011 101111 1001011 101110

Color Harmonies of #CEA81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA81D

Black with #CEA81D

Text Example


Text Example

White with #CEA81D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA81D; }

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

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

background-color css

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

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

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

border-color css

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

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

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