Html Css Color HEX #CC9F20 Galliano

📋 copy color: '#CC9F20'

red 204 ◦ green 159 ◦ blue 32

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

Shades of Galliano #CC9F20

Tints of Galliano #CC9F20

RGB

 RED value IS 204 (80.08% from 255) = 51.65%

 GREEN value IS 159 (62.5% from 255) = 40.25%

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

R = 51.65%
G = 40.25%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC9F20 (or 0xCC9F20) is known color: Galliano. HEX triplet: CC, 9F and 20. RGB value is (204,159,32). Sum of RGB (Red+Green+Blue) = 204+159+32=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 32 (12.89% from 255 or 8.10% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9F20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9F20 is #3360DF. Grayscale: #9E9E9E. Windows color (decimal): -3367136 or 2138060. OLE color: 2138060.

HSL color Cylindrical-coordinate representation of color #CC9F20: hue angle of 44.3º 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 #CC9F20 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 159 32 -
CMYK 0 0.22 0.84 0.2
HSL 44.3º 0.73% 0.46% -
HSV(B) 44.3º 0.84% 0.8% -
XYZ 37.56 37.74 6.67 -
YUV 157.98 56.91 160.83 -
System Red Green Blue C M Y K H S L
Decimal 204 159 32 0 0.22 0.84 0.2 44.3 0.73 0.46
Hex CC 9F 20 0 16 54 14 2C 49 2E
Octal 314 237 40 0 26 124 24 54 111 56
Binary 11001100 10011111 100000 0 10110 1010100 10100 101100 1001001 101110

Color Harmonies of #CC9F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9F20

Black with #CC9F20

Text Example


Text Example

White with #CC9F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9F20; }

 p { color: rgb(204,159,32); }

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

background-color css

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

 a { background-color: rgb(204,159,32); }

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

border-color css

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

 span { border-color: rgb(204,159,32); }

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