Html Css Color HEX #CEA829 Galliano

📋 copy color: '#CEA829'

red 206 ◦ green 168 ◦ blue 41

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

Shades of Galliano #CEA829

Tints of Galliano #CEA829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.88%

R = 49.64%
G = 40.48%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CEA829 (or 0xCEA829) is known color: Galliano. HEX triplet: CE, A8 and 29. RGB value is (206,168,41). Sum of RGB (Red+Green+Blue) = 206+168+41=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 168 (66.02% from 255 or 40.48% from 415); Blue value is 41 (16.41% from 255 or 9.88% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA829 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA829 is #3157D6. Grayscale: #A5A5A5. Windows color (decimal): -3233751 or 2730190. OLE color: 2730190.

HSL color Cylindrical-coordinate representation of color #CEA829: hue angle of 46.18º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CEA829 is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 168 41 -
CMYK 0 0.18 0.80 0.19
HSL 46.18º 0.67% 0.48% -
HSV(B) 46.18º 0.8% 0.81% -
XYZ 39.86 41.29 7.97 -
YUV 164.88 58.09 157.33 -
System Red Green Blue C M Y K H S L
Decimal 206 168 41 0 0.18 0.80 0.19 46.18 0.67 0.48
Hex CE A8 29 0 12 50 13 2E 43 30
Octal 316 250 51 0 22 120 23 56 103 60
Binary 11001110 10101000 101001 0 10010 1010000 10011 101110 1000011 110000

Color Harmonies of #CEA829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA829

Black with #CEA829

Text Example


Text Example

White with #CEA829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA829; }

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

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

background-color css

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

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

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

border-color css

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

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

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