Html Css Color HEX #CEA623 Galliano

📋 copy color: '#CEA623'

red 206 ◦ green 166 ◦ blue 35

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

Shades of Galliano #CEA623

Tints of Galliano #CEA623

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.6%

R = 50.61%
G = 40.79%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CEA623 (or 0xCEA623) is known color: Galliano. HEX triplet: CE, A6 and 23. RGB value is (206,166,35). Sum of RGB (Red+Green+Blue) = 206+166+35=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 35 (14.06% from 255 or 8.60% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA623 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA623 is #3159DC. Grayscale: #A3A3A3. Windows color (decimal): -3234269 or 2336462. OLE color: 2336462.

HSL color Cylindrical-coordinate representation of color #CEA623: hue angle of 45.96º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CEA623 is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 166 35 -
CMYK 0 0.19 0.83 0.19
HSL 45.96º 0.71% 0.47% -
HSV(B) 45.96º 0.83% 0.81% -
XYZ 39.39 40.52 7.33 -
YUV 163.03 55.75 158.65 -
System Red Green Blue C M Y K H S L
Decimal 206 166 35 0 0.19 0.83 0.19 45.96 0.71 0.47
Hex CE A6 23 0 13 53 13 2E 47 2F
Octal 316 246 43 0 23 123 23 56 107 57
Binary 11001110 10100110 100011 0 10011 1010011 10011 101110 1000111 101111

Color Harmonies of #CEA623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA623

Black with #CEA623

Text Example


Text Example

White with #CEA623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA623; }

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

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

background-color css

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

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

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

border-color css

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

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

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