Html Css Color HEX #CC9138 Fuel Yellow

📋 copy color: '#CC9138'

red 204 ◦ green 145 ◦ blue 56

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

Shades of Fuel Yellow #CC9138

Tints of Fuel Yellow #CC9138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.83%

R = 50.37%
G = 35.8%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CC9138 (or 0xCC9138) is known color: Fuel Yellow. HEX triplet: CC, 91 and 38. RGB value is (204,145,56). Sum of RGB (Red+Green+Blue) = 204+145+56=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 56 (22.27% from 255 or 13.83% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9138 is #336EC7. Grayscale: #989898. Windows color (decimal): -3370696 or 3707340. OLE color: 3707340.

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

Color convert

RGB 204 145 56 -
CMYK 0 0.29 0.73 0.2
HSL 36.08º 0.59% 0.51% -
HSV(B) 36.08º 0.73% 0.8% -
XYZ 35.74 33.37 8.3 -
YUV 152.5 73.55 164.74 -
System Red Green Blue C M Y K H S L
Decimal 204 145 56 0 0.29 0.73 0.2 36.08 0.59 0.51
Hex CC 91 38 0 1D 49 14 24 3B 33
Octal 314 221 70 0 35 111 24 44 73 63
Binary 11001100 10010001 111000 0 11101 1001001 10100 100100 111011 110011

Color Harmonies of #CC9138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9138

Black with #CC9138

Text Example


Text Example

White with #CC9138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9138; }

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

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

background-color css

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

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

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

border-color css

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

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

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