Html Css Color HEX #CEA320 Galliano

📋 copy color: '#CEA320'

red 206 ◦ green 163 ◦ blue 32

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

Shades of Galliano #CEA320

Tints of Galliano #CEA320

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.65%

 BLUE value IS 32 (12.89% from 255) = 7.98%

R = 51.37%
G = 40.65%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CEA320 (or 0xCEA320) is known color: Galliano. HEX triplet: CE, A3 and 20. RGB value is (206,163,32). Sum of RGB (Red+Green+Blue) = 206+163+32=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 163 (64.06% from 255 or 40.65% from 401); Blue value is 32 (12.89% from 255 or 7.98% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA320 is #315CDF. Grayscale: #A1A1A1. Windows color (decimal): -3235040 or 2139086. OLE color: 2139086.

HSL color Cylindrical-coordinate representation of color #CEA320: hue angle of 45.17º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CEA320 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 163 32 -
CMYK 0 0.21 0.84 0.19
HSL 45.17º 0.73% 0.47% -
HSV(B) 45.17º 0.84% 0.81% -
XYZ 38.81 39.42 6.93 -
YUV 160.92 55.25 160.15 -
System Red Green Blue C M Y K H S L
Decimal 206 163 32 0 0.21 0.84 0.19 45.17 0.73 0.47
Hex CE A3 20 0 15 54 13 2D 49 2F
Octal 316 243 40 0 25 124 23 55 111 57
Binary 11001110 10100011 100000 0 10101 1010100 10011 101101 1001001 101111

Color Harmonies of #CEA320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA320

Black with #CEA320

Text Example


Text Example

White with #CEA320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA320; }

 p { color: rgb(206,163,32); }

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

background-color css

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

 a { background-color: rgb(206,163,32); }

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

border-color css

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

 span { border-color: rgb(206,163,32); }

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