Html Css Color HEX #C99738 Fuel Yellow

📋 copy color: '#C99738'

red 201 ◦ green 151 ◦ blue 56

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

Shades of Fuel Yellow #C99738

Tints of Fuel Yellow #C99738

RGB

 RED value IS 201 (78.91% from 255) = 49.26%

 GREEN value IS 151 (59.38% from 255) = 37.01%

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

R = 49.26%
G = 37.01%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C99738 (or 0xC99738) is known color: Fuel Yellow. HEX triplet: C9, 97 and 38. RGB value is (201,151,56). Sum of RGB (Red+Green+Blue) = 201+151+56=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 151 (59.38% from 255 or 37.01% from 408); Blue value is 56 (22.27% from 255 or 13.73% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C99738 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99738 is #3668C7. Grayscale: #9B9B9B. Windows color (decimal): -3565768 or 3708873. OLE color: 3708873.

HSL color Cylindrical-coordinate representation of color #C99738: hue angle of 39.31º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C99738 is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 151 56 -
CMYK 0 0.25 0.72 0.21
HSL 39.31º 0.57% 0.5% -
HSV(B) 39.31º 0.72% 0.79% -
XYZ 35.87 34.84 8.58 -
YUV 155.12 72.07 160.72 -
System Red Green Blue C M Y K H S L
Decimal 201 151 56 0 0.25 0.72 0.21 39.31 0.57 0.5
Hex C9 97 38 0 19 48 15 27 39 32
Octal 311 227 70 0 31 110 25 47 71 62
Binary 11001001 10010111 111000 0 11001 1001000 10101 100111 111001 110010

Color Harmonies of #C99738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99738

Black with #C99738

Text Example


Text Example

White with #C99738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99738; }

 p { color: rgb(201,151,56); }

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

background-color css

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

 a { background-color: rgb(201,151,56); }

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

border-color css

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

 span { border-color: rgb(201,151,56); }

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