Html Css Color HEX #CE9E1D Galliano

📋 copy color: '#CE9E1D'

red 206 ◦ green 158 ◦ blue 29

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

Shades of Galliano #CE9E1D

Tints of Galliano #CE9E1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.38%

R = 52.42%
G = 40.2%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE9E1D (or 0xCE9E1D) is known color: Galliano. HEX triplet: CE, 9E and 1D. RGB value is (206,158,29). Sum of RGB (Red+Green+Blue) = 206+158+29=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 158 (62.11% from 255 or 40.20% from 393); Blue value is 29 (11.72% from 255 or 7.38% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9E1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9E1D is #3161E2. Grayscale: #9E9E9E. Windows color (decimal): -3236323 or 1941198. OLE color: 1941198.

HSL color Cylindrical-coordinate representation of color #CE9E1D: hue angle of 43.73º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE9E1D is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 158 29 -
CMYK 0 0.23 0.86 0.19
HSL 43.73º 0.75% 0.46% -
HSV(B) 43.73º 0.86% 0.81% -
XYZ 37.9 37.66 6.43 -
YUV 157.65 55.4 162.49 -
System Red Green Blue C M Y K H S L
Decimal 206 158 29 0 0.23 0.86 0.19 43.73 0.75 0.46
Hex CE 9E 1D 0 17 56 13 2C 4B 2E
Octal 316 236 35 0 27 126 23 54 113 56
Binary 11001110 10011110 11101 0 10111 1010110 10011 101100 1001011 101110

Color Harmonies of #CE9E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9E1D

Black with #CE9E1D

Text Example


Text Example

White with #CE9E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9E1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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