Html Css Color HEX #CC9133 Fuel Yellow

📋 copy color: '#CC9133'

red 204 ◦ green 145 ◦ blue 51

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

Shades of Fuel Yellow #CC9133

Tints of Fuel Yellow #CC9133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.75%

R = 51%
G = 36.25%
B = 12.75%

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

#CC9133 (or 0xCC9133) is known color: Fuel Yellow. HEX triplet: CC, 91 and 33. RGB value is (204,145,51). Sum of RGB (Red+Green+Blue) = 204+145+51=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 51 (20.31% from 255 or 12.75% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9133 is #336ECC. Grayscale: #989898. Windows color (decimal): -3370701 or 3379660. OLE color: 3379660.

HSL color Cylindrical-coordinate representation of color #CC9133: hue angle of 36.86º degrees, saturation: 0.6, 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 #CC9133 is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 145 51 -
CMYK 0 0.29 0.75 0.2
HSL 36.86º 0.6% 0.5% -
HSV(B) 36.86º 0.75% 0.8% -
XYZ 35.62 33.33 7.69 -
YUV 151.93 71.05 165.14 -
System Red Green Blue C M Y K H S L
Decimal 204 145 51 0 0.29 0.75 0.2 36.86 0.6 0.5
Hex CC 91 33 0 1D 4B 14 25 3C 32
Octal 314 221 63 0 35 113 24 45 74 62
Binary 11001100 10010001 110011 0 11101 1001011 10100 100101 111100 110010

Color Harmonies of #CC9133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9133

Black with #CC9133

Text Example


Text Example

White with #CC9133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9133; }

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

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

background-color css

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

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

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

border-color css

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

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

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