Html Css Color HEX #CEA827 Galliano

📋 copy color: '#CEA827'

red 206 ◦ green 168 ◦ blue 39

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

Shades of Galliano #CEA827

Tints of Galliano #CEA827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.44%

R = 49.88%
G = 40.68%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CEA827 (or 0xCEA827) is known color: Galliano. HEX triplet: CE, A8 and 27. RGB value is (206,168,39). Sum of RGB (Red+Green+Blue) = 206+168+39=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 168 (66.02% from 255 or 40.68% from 413); Blue value is 39 (15.62% from 255 or 9.44% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA827 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA827 is #3157D8. Grayscale: #A5A5A5. Windows color (decimal): -3233753 or 2599118. OLE color: 2599118.

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

Color convert

RGB 206 168 39 -
CMYK 0 0.18 0.81 0.19
HSL 46.35º 0.68% 0.48% -
HSV(B) 46.35º 0.81% 0.81% -
XYZ 39.82 41.27 7.79 -
YUV 164.66 57.09 157.49 -
System Red Green Blue C M Y K H S L
Decimal 206 168 39 0 0.18 0.81 0.19 46.35 0.68 0.48
Hex CE A8 27 0 12 51 13 2E 44 30
Octal 316 250 47 0 22 121 23 56 104 60
Binary 11001110 10101000 100111 0 10010 1010001 10011 101110 1000100 110000

Color Harmonies of #CEA827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA827

Black with #CEA827

Text Example


Text Example

White with #CEA827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA827; }

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

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

background-color css

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

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

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

border-color css

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

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

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