Html Css Color HEX #CC9838 Fuel Yellow

📋 copy color: '#CC9838'

red 204 ◦ green 152 ◦ blue 56

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

Shades of Fuel Yellow #CC9838

Tints of Fuel Yellow #CC9838

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.89%

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

R = 49.51%
G = 36.89%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CC9838 (or 0xCC9838) is known color: Fuel Yellow. HEX triplet: CC, 98 and 38. RGB value is (204,152,56). Sum of RGB (Red+Green+Blue) = 204+152+56=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 56 (22.27% from 255 or 13.59% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9838 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9838 is #3367C7. Grayscale: #9D9D9D. Windows color (decimal): -3368904 or 3709132. OLE color: 3709132.

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

Color convert

RGB 204 152 56 -
CMYK 0 0.25 0.73 0.2
HSL 38.92º 0.59% 0.51% -
HSV(B) 38.92º 0.73% 0.8% -
XYZ 36.84 35.58 8.67 -
YUV 156.6 71.23 161.81 -
System Red Green Blue C M Y K H S L
Decimal 204 152 56 0 0.25 0.73 0.2 38.92 0.59 0.51
Hex CC 98 38 0 19 49 14 27 3B 33
Octal 314 230 70 0 31 111 24 47 73 63
Binary 11001100 10011000 111000 0 11001 1001001 10100 100111 111011 110011

Color Harmonies of #CC9838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9838

Black with #CC9838

Text Example


Text Example

White with #CC9838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9838; }

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

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

background-color css

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

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

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

border-color css

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

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

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