Html Css Color HEX #CEA227 Galliano

📋 copy color: '#CEA227'

red 206 ◦ green 162 ◦ blue 39

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

Shades of Galliano #CEA227

Tints of Galliano #CEA227

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.8%

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

R = 50.61%
G = 39.8%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CEA227 (or 0xCEA227) is known color: Galliano. HEX triplet: CE, A2 and 27. RGB value is (206,162,39). Sum of RGB (Red+Green+Blue) = 206+162+39=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 162 (63.67% from 255 or 39.80% from 407); Blue value is 39 (15.62% from 255 or 9.58% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA227 is #315DD8. Grayscale: #A1A1A1. Windows color (decimal): -3235289 or 2597582. OLE color: 2597582.

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

Color convert

RGB 206 162 39 -
CMYK 0 0.21 0.81 0.19
HSL 44.19º 0.68% 0.48% -
HSV(B) 44.19º 0.81% 0.81% -
XYZ 38.74 39.11 7.43 -
YUV 161.13 59.08 160 -
System Red Green Blue C M Y K H S L
Decimal 206 162 39 0 0.21 0.81 0.19 44.19 0.68 0.48
Hex CE A2 27 0 15 51 13 2C 44 30
Octal 316 242 47 0 25 121 23 54 104 60
Binary 11001110 10100010 100111 0 10101 1010001 10011 101100 1000100 110000

Color Harmonies of #CEA227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA227

Black with #CEA227

Text Example


Text Example

White with #CEA227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA227; }

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

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

background-color css

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

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

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

border-color css

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

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

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