Html Css Color HEX #CE9D1E Galliano

📋 copy color: '#CE9D1E'

red 206 ◦ green 157 ◦ blue 30

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

Shades of Galliano #CE9D1E

Tints of Galliano #CE9D1E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.95%

 BLUE value IS 30 (12.11% from 255) = 7.63%

R = 52.42%
G = 39.95%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE9D1E (or 0xCE9D1E) is known color: Galliano. HEX triplet: CE, 9D and 1E. RGB value is (206,157,30). Sum of RGB (Red+Green+Blue) = 206+157+30=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 30 (12.11% from 255 or 7.63% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9D1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9D1E is #3162E1. Grayscale: #9D9D9D. Windows color (decimal): -3236578 or 2006478. OLE color: 2006478.

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

Color convert

RGB 206 157 30 -
CMYK 0 0.24 0.85 0.19
HSL 43.3º 0.75% 0.46% -
HSV(B) 43.3º 0.85% 0.81% -
XYZ 37.74 37.33 6.44 -
YUV 157.17 56.23 162.83 -
System Red Green Blue C M Y K H S L
Decimal 206 157 30 0 0.24 0.85 0.19 43.3 0.75 0.46
Hex CE 9D 1E 0 18 55 13 2B 4B 2E
Octal 316 235 36 0 30 125 23 53 113 56
Binary 11001110 10011101 11110 0 11000 1010101 10011 101011 1001011 101110

Color Harmonies of #CE9D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9D1E

Black with #CE9D1E

Text Example


Text Example

White with #CE9D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9D1E; }

 p { color: rgb(206,157,30); }

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

background-color css

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

 a { background-color: rgb(206,157,30); }

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

border-color css

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

 span { border-color: rgb(206,157,30); }

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