Html Css Color HEX #CEA62B Galliano

📋 copy color: '#CEA62B'

red 206 ◦ green 166 ◦ blue 43

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

Shades of Galliano #CEA62B

Tints of Galliano #CEA62B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.36%

R = 49.64%
G = 40%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CEA62B (or 0xCEA62B) is known color: Galliano. HEX triplet: CE, A6 and 2B. RGB value is (206,166,43). Sum of RGB (Red+Green+Blue) = 206+166+43=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 166 (65.23% from 255 or 40% from 415); Blue value is 43 (17.19% from 255 or 10.36% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA62B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA62B is #3159D4. Grayscale: #A4A4A4. Windows color (decimal): -3234261 or 2860750. OLE color: 2860750.

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

Color convert

RGB 206 166 43 -
CMYK 0 0.19 0.79 0.19
HSL 45.28º 0.65% 0.49% -
HSV(B) 45.28º 0.79% 0.81% -
XYZ 39.53 40.57 8.03 -
YUV 163.94 59.75 158 -
System Red Green Blue C M Y K H S L
Decimal 206 166 43 0 0.19 0.79 0.19 45.28 0.65 0.49
Hex CE A6 2B 0 13 4F 13 2D 41 31
Octal 316 246 53 0 23 117 23 55 101 61
Binary 11001110 10100110 101011 0 10011 1001111 10011 101101 1000001 110001

Color Harmonies of #CEA62B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA62B

Black with #CEA62B

Text Example


Text Example

White with #CEA62B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA62B; }

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

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

background-color css

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

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

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

border-color css

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

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

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