Html Css Color HEX #CEA128 Galliano

📋 copy color: '#CEA128'

red 206 ◦ green 161 ◦ blue 40

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

Shades of Galliano #CEA128

Tints of Galliano #CEA128

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.56%

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

R = 50.61%
G = 39.56%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CEA128 (or 0xCEA128) is known color: Galliano. HEX triplet: CE, A1 and 28. RGB value is (206,161,40). Sum of RGB (Red+Green+Blue) = 206+161+40=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 161 (63.28% from 255 or 39.56% from 407); Blue value is 40 (16.02% from 255 or 9.83% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA128 is #315ED7. Grayscale: #A1A1A1. Windows color (decimal): -3235544 or 2662862. OLE color: 2662862.

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

Color convert

RGB 206 161 40 -
CMYK 0 0.22 0.81 0.19
HSL 43.73º 0.67% 0.48% -
HSV(B) 43.73º 0.81% 0.81% -
XYZ 38.58 38.76 7.46 -
YUV 160.66 59.91 160.34 -
System Red Green Blue C M Y K H S L
Decimal 206 161 40 0 0.22 0.81 0.19 43.73 0.67 0.48
Hex CE A1 28 0 16 51 13 2C 43 30
Octal 316 241 50 0 26 121 23 54 103 60
Binary 11001110 10100001 101000 0 10110 1010001 10011 101100 1000011 110000

Color Harmonies of #CEA128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA128

Black with #CEA128

Text Example


Text Example

White with #CEA128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA128; }

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

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

background-color css

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

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

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

border-color css

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

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

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