Html Css Color HEX #CEA62D Galliano

📋 copy color: '#CEA62D'

red 206 ◦ green 166 ◦ blue 45

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

Shades of Galliano #CEA62D

Tints of Galliano #CEA62D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.81%

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

R = 49.4%
G = 39.81%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CEA62D (or 0xCEA62D) is known color: Galliano. HEX triplet: CE, A6 and 2D. RGB value is (206,166,45). Sum of RGB (Red+Green+Blue) = 206+166+45=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 166 (65.23% from 255 or 39.81% from 417); Blue value is 45 (17.97% from 255 or 10.79% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA62D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA62D is #3159D2. Grayscale: #A4A4A4. Windows color (decimal): -3234259 or 2991822. OLE color: 2991822.

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

Color convert

RGB 206 166 45 -
CMYK 0 0.19 0.78 0.19
HSL 45.09º 0.64% 0.49% -
HSV(B) 45.09º 0.78% 0.81% -
XYZ 39.56 40.58 8.23 -
YUV 164.17 60.75 157.84 -
System Red Green Blue C M Y K H S L
Decimal 206 166 45 0 0.19 0.78 0.19 45.09 0.64 0.49
Hex CE A6 2D 0 13 4E 13 2D 40 31
Octal 316 246 55 0 23 116 23 55 100 61
Binary 11001110 10100110 101101 0 10011 1001110 10011 101101 1000000 110001

Color Harmonies of #CEA62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA62D

Black with #CEA62D

Text Example


Text Example

White with #CEA62D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA62D; }

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

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

background-color css

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

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

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

border-color css

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

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

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