Html Css Color HEX #CC9132 Fuel Yellow

📋 copy color: '#CC9132'

red 204 ◦ green 145 ◦ blue 50

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

Shades of Fuel Yellow #CC9132

Tints of Fuel Yellow #CC9132

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.34%

 BLUE value IS 50 (19.92% from 255) = 12.53%

R = 51.13%
G = 36.34%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CC9132 (or 0xCC9132) is known color: Fuel Yellow. HEX triplet: CC, 91 and 32. RGB value is (204,145,50). Sum of RGB (Red+Green+Blue) = 204+145+50=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 50 (19.92% from 255 or 12.53% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9132 is #336ECD. Grayscale: #989898. Windows color (decimal): -3370702 or 3314124. OLE color: 3314124.

HSL color Cylindrical-coordinate representation of color #CC9132: hue angle of 37.01º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC9132 is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 145 50 -
CMYK 0 0.29 0.75 0.2
HSL 37.01º 0.61% 0.5% -
HSV(B) 37.01º 0.75% 0.8% -
XYZ 35.6 33.32 7.57 -
YUV 151.81 70.55 165.22 -
System Red Green Blue C M Y K H S L
Decimal 204 145 50 0 0.29 0.75 0.2 37.01 0.61 0.5
Hex CC 91 32 0 1D 4B 14 25 3D 32
Octal 314 221 62 0 35 113 24 45 75 62
Binary 11001100 10010001 110010 0 11101 1001011 10100 100101 111101 110010

Color Harmonies of #CC9132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9132

Black with #CC9132

Text Example


Text Example

White with #CC9132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9132; }

 p { color: rgb(204,145,50); }

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

background-color css

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

 a { background-color: rgb(204,145,50); }

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

border-color css

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

 span { border-color: rgb(204,145,50); }

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