Html Css Color HEX #CEA323 Galliano

📋 copy color: '#CEA323'

red 206 ◦ green 163 ◦ blue 35

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

Shades of Galliano #CEA323

Tints of Galliano #CEA323

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.35%

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

R = 50.99%
G = 40.35%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CEA323 (or 0xCEA323) is known color: Galliano. HEX triplet: CE, A3 and 23. RGB value is (206,163,35). Sum of RGB (Red+Green+Blue) = 206+163+35=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 163 (64.06% from 255 or 40.35% from 404); Blue value is 35 (14.06% from 255 or 8.66% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA323 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA323 is #315CDC. Grayscale: #A1A1A1. Windows color (decimal): -3235037 or 2335694. OLE color: 2335694.

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

Color convert

RGB 206 163 35 -
CMYK 0 0.21 0.83 0.19
HSL 44.91º 0.71% 0.47% -
HSV(B) 44.91º 0.83% 0.81% -
XYZ 38.85 39.44 7.15 -
YUV 161.27 56.75 159.91 -
System Red Green Blue C M Y K H S L
Decimal 206 163 35 0 0.21 0.83 0.19 44.91 0.71 0.47
Hex CE A3 23 0 15 53 13 2D 47 2F
Octal 316 243 43 0 25 123 23 55 107 57
Binary 11001110 10100011 100011 0 10101 1010011 10011 101101 1000111 101111

Color Harmonies of #CEA323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA323

Black with #CEA323

Text Example


Text Example

White with #CEA323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA323; }

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

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

background-color css

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

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

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

border-color css

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

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

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