Html Css Color HEX #CEA52D Galliano

📋 copy color: '#CEA52D'

red 206 ◦ green 165 ◦ blue 45

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

Shades of Galliano #CEA52D

Tints of Galliano #CEA52D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.82%

R = 49.52%
G = 39.66%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CEA52D (or 0xCEA52D) is known color: Galliano. HEX triplet: CE, A5 and 2D. RGB value is (206,165,45). Sum of RGB (Red+Green+Blue) = 206+165+45=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 165 (64.84% from 255 or 39.66% from 416); Blue value is 45 (17.97% from 255 or 10.82% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA52D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA52D is #315AD2. Grayscale: #A4A4A4. Windows color (decimal): -3234515 or 2991566. OLE color: 2991566.

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

Color convert

RGB 206 165 45 -
CMYK 0 0.20 0.78 0.19
HSL 44.72º 0.64% 0.49% -
HSV(B) 44.72º 0.78% 0.81% -
XYZ 39.38 40.22 8.17 -
YUV 163.58 61.08 158.26 -
System Red Green Blue C M Y K H S L
Decimal 206 165 45 0 0.20 0.78 0.19 44.72 0.64 0.49
Hex CE A5 2D 0 14 4E 13 2D 40 31
Octal 316 245 55 0 24 116 23 55 100 61
Binary 11001110 10100101 101101 0 10100 1001110 10011 101101 1000000 110001

Color Harmonies of #CEA52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA52D

Black with #CEA52D

Text Example


Text Example

White with #CEA52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA52D; }

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

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

background-color css

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

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

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

border-color css

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

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

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