Html Css Color HEX #CE9E23 Galliano

📋 copy color: '#CE9E23'

red 206 ◦ green 158 ◦ blue 35

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

Shades of Galliano #CE9E23

Tints of Galliano #CE9E23

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.6%

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

R = 51.63%
G = 39.6%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE9E23 (or 0xCE9E23) is known color: Galliano. HEX triplet: CE, 9E and 23. RGB value is (206,158,35). Sum of RGB (Red+Green+Blue) = 206+158+35=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 158 (62.11% from 255 or 39.60% from 399); Blue value is 35 (14.06% from 255 or 8.77% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9E23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9E23 is #3161DC. Grayscale: #9E9E9E. Windows color (decimal): -3236317 or 2334414. OLE color: 2334414.

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

Color convert

RGB 206 158 35 -
CMYK 0 0.23 0.83 0.19
HSL 43.16º 0.71% 0.47% -
HSV(B) 43.16º 0.83% 0.81% -
XYZ 37.98 37.7 6.86 -
YUV 158.33 58.4 162 -
System Red Green Blue C M Y K H S L
Decimal 206 158 35 0 0.23 0.83 0.19 43.16 0.71 0.47
Hex CE 9E 23 0 17 53 13 2B 47 2F
Octal 316 236 43 0 27 123 23 53 107 57
Binary 11001110 10011110 100011 0 10111 1010011 10011 101011 1000111 101111

Color Harmonies of #CE9E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9E23

Black with #CE9E23

Text Example


Text Example

White with #CE9E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9E23; }

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

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

background-color css

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

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

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

border-color css

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

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

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