Html Css Color HEX #CEA32C Galliano

📋 copy color: '#CEA32C'

red 206 ◦ green 163 ◦ blue 44

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

Shades of Galliano #CEA32C

Tints of Galliano #CEA32C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.65%

R = 49.88%
G = 39.47%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CEA32C (or 0xCEA32C) is known color: Galliano. HEX triplet: CE, A3 and 2C. RGB value is (206,163,44). Sum of RGB (Red+Green+Blue) = 206+163+44=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 163 (64.06% from 255 or 39.47% from 413); Blue value is 44 (17.58% from 255 or 10.65% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA32C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA32C is #315CD3. Grayscale: #A2A2A2. Windows color (decimal): -3235028 or 2925518. OLE color: 2925518.

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

Color convert

RGB 206 163 44 -
CMYK 0 0.21 0.79 0.19
HSL 44.07º 0.65% 0.49% -
HSV(B) 44.07º 0.79% 0.81% -
XYZ 39.01 39.5 7.95 -
YUV 162.29 61.25 159.18 -
System Red Green Blue C M Y K H S L
Decimal 206 163 44 0 0.21 0.79 0.19 44.07 0.65 0.49
Hex CE A3 2C 0 15 4F 13 2C 41 31
Octal 316 243 54 0 25 117 23 54 101 61
Binary 11001110 10100011 101100 0 10101 1001111 10011 101100 1000001 110001

Color Harmonies of #CEA32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA32C

Black with #CEA32C

Text Example


Text Example

White with #CEA32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA32C; }

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

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

background-color css

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

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

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

border-color css

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

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

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