Html Css Color HEX #CEA627 Galliano

📋 copy color: '#CEA627'

red 206 ◦ green 166 ◦ blue 39

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

Shades of Galliano #CEA627

Tints of Galliano #CEA627

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.39%

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

R = 50.12%
G = 40.39%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CEA627 (or 0xCEA627) is known color: Galliano. HEX triplet: CE, A6 and 27. RGB value is (206,166,39). Sum of RGB (Red+Green+Blue) = 206+166+39=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 166 (65.23% from 255 or 40.39% from 411); Blue value is 39 (15.62% from 255 or 9.49% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA627 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA627 is #3159D8. Grayscale: #A4A4A4. Windows color (decimal): -3234265 or 2598606. OLE color: 2598606.

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

Color convert

RGB 206 166 39 -
CMYK 0 0.19 0.81 0.19
HSL 45.63º 0.68% 0.48% -
HSV(B) 45.63º 0.81% 0.81% -
XYZ 39.46 40.54 7.67 -
YUV 163.48 57.75 158.33 -
System Red Green Blue C M Y K H S L
Decimal 206 166 39 0 0.19 0.81 0.19 45.63 0.68 0.48
Hex CE A6 27 0 13 51 13 2E 44 30
Octal 316 246 47 0 23 121 23 56 104 60
Binary 11001110 10100110 100111 0 10011 1010001 10011 101110 1000100 110000

Color Harmonies of #CEA627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA627

Black with #CEA627

Text Example


Text Example

White with #CEA627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA627; }

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

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

background-color css

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

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

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

border-color css

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

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

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