Html Css Color HEX #CD9E20 Galliano

📋 copy color: '#CD9E20'

red 205 ◦ green 158 ◦ blue 32

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

Shades of Galliano #CD9E20

Tints of Galliano #CD9E20

RGB

 RED value IS 205 (80.47% from 255) = 51.9%

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

 BLUE value IS 32 (12.89% from 255) = 8.1%

R = 51.9%
G = 40%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CD9E20 (or 0xCD9E20) is known color: Galliano. HEX triplet: CD, 9E and 20. RGB value is (205,158,32). Sum of RGB (Red+Green+Blue) = 205+158+32=395 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.90% from 395); Green value is 158 (62.11% from 255 or 40% from 395); Blue value is 32 (12.89% from 255 or 8.10% from 395); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9E20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9E20 is #3261DF. Grayscale: #9E9E9E. Windows color (decimal): -3301856 or 2137805. OLE color: 2137805.

HSL color Cylindrical-coordinate representation of color #CD9E20: hue angle of 43.7º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD9E20 is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 158 32 -
CMYK 0 0.23 0.84 0.20
HSL 43.7º 0.73% 0.46% -
HSV(B) 43.7º 0.84% 0.8% -
XYZ 37.66 37.54 6.63 -
YUV 157.69 57.07 161.75 -
System Red Green Blue C M Y K H S L
Decimal 205 158 32 0 0.23 0.84 0.20 43.7 0.73 0.46
Hex CD 9E 20 0 17 54 14 2C 49 2E
Octal 315 236 40 0 27 124 24 54 111 56
Binary 11001101 10011110 100000 0 10111 1010100 10100 101100 1001001 101110

Color Harmonies of #CD9E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9E20

Black with #CD9E20

Text Example


Text Example

White with #CD9E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9E20; }

 p { color: rgb(205,158,32); }

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

background-color css

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

 a { background-color: rgb(205,158,32); }

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

border-color css

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

 span { border-color: rgb(205,158,32); }

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