Html Css Color HEX #CEA228 Galliano

📋 copy color: '#CEA228'

red 206 ◦ green 162 ◦ blue 40

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

Shades of Galliano #CEA228

Tints of Galliano #CEA228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.8%

R = 50.49%
G = 39.71%
B = 9.8%

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

#CEA228 (or 0xCEA228) is known color: Galliano. HEX triplet: CE, A2 and 28. RGB value is (206,162,40). Sum of RGB (Red+Green+Blue) = 206+162+40=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 162 (63.67% from 255 or 39.71% from 408); Blue value is 40 (16.02% from 255 or 9.80% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA228 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA228 is #315DD7. Grayscale: #A1A1A1. Windows color (decimal): -3235288 or 2663118. OLE color: 2663118.

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

Color convert

RGB 206 162 40 -
CMYK 0 0.21 0.81 0.19
HSL 44.1º 0.67% 0.48% -
HSV(B) 44.1º 0.81% 0.81% -
XYZ 38.76 39.12 7.51 -
YUV 161.25 59.58 159.92 -
System Red Green Blue C M Y K H S L
Decimal 206 162 40 0 0.21 0.81 0.19 44.1 0.67 0.48
Hex CE A2 28 0 15 51 13 2C 43 30
Octal 316 242 50 0 25 121 23 54 103 60
Binary 11001110 10100010 101000 0 10101 1010001 10011 101100 1000011 110000

Color Harmonies of #CEA228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA228

Black with #CEA228

Text Example


Text Example

White with #CEA228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA228; }

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

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

background-color css

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

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

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

border-color css

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

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

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