Html Css Color HEX #CEA52A Galliano

📋 copy color: '#CEA52A'

red 206 ◦ green 165 ◦ blue 42

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

Shades of Galliano #CEA52A

Tints of Galliano #CEA52A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.95%

 BLUE value IS 42 (16.8% from 255) = 10.17%

R = 49.88%
G = 39.95%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CEA52A (or 0xCEA52A) is known color: Galliano. HEX triplet: CE, A5 and 2A. RGB value is (206,165,42). Sum of RGB (Red+Green+Blue) = 206+165+42=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 165 (64.84% from 255 or 39.95% from 413); Blue value is 42 (16.80% from 255 or 10.17% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA52A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA52A is #315AD5. Grayscale: #A3A3A3. Windows color (decimal): -3234518 or 2794958. OLE color: 2794958.

HSL color Cylindrical-coordinate representation of color #CEA52A: hue angle of 45º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CEA52A is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 165 42 -
CMYK 0 0.20 0.80 0.19
HSL 45º 0.66% 0.49% -
HSV(B) 45º 0.8% 0.81% -
XYZ 39.33 40.2 7.88 -
YUV 163.24 59.58 158.5 -
System Red Green Blue C M Y K H S L
Decimal 206 165 42 0 0.20 0.80 0.19 45 0.66 0.49
Hex CE A5 2A 0 14 50 13 2D 42 31
Octal 316 245 52 0 24 120 23 55 102 61
Binary 11001110 10100101 101010 0 10100 1010000 10011 101101 1000010 110001

Color Harmonies of #CEA52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA52A

Black with #CEA52A

Text Example


Text Example

White with #CEA52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA52A; }

 p { color: rgb(206,165,42); }

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

background-color css

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

 a { background-color: rgb(206,165,42); }

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

border-color css

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

 span { border-color: rgb(206,165,42); }

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