Html Css Color HEX #C99638 Fuel Yellow

📋 copy color: '#C99638'

red 201 ◦ green 150 ◦ blue 56

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

Shades of Fuel Yellow #C99638

Tints of Fuel Yellow #C99638

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.86%

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

R = 49.39%
G = 36.86%
B = 13.76%

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

#C99638 (or 0xC99638) is known color: Fuel Yellow. HEX triplet: C9, 96 and 38. RGB value is (201,150,56). Sum of RGB (Red+Green+Blue) = 201+150+56=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 56 (22.27% from 255 or 13.76% from 407); Max value from RGB is 201 - color contains mainly: red. Hex color #C99638 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99638 is #3669C7. Grayscale: #9A9A9A. Windows color (decimal): -3566024 or 3708617. OLE color: 3708617.

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

Color convert

RGB 201 150 56 -
CMYK 0 0.25 0.72 0.21
HSL 38.9º 0.57% 0.5% -
HSV(B) 38.9º 0.72% 0.79% -
XYZ 35.71 34.52 8.52 -
YUV 154.53 72.4 161.14 -
System Red Green Blue C M Y K H S L
Decimal 201 150 56 0 0.25 0.72 0.21 38.9 0.57 0.5
Hex C9 96 38 0 19 48 15 27 39 32
Octal 311 226 70 0 31 110 25 47 71 62
Binary 11001001 10010110 111000 0 11001 1001000 10101 100111 111001 110010

Color Harmonies of #C99638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99638

Black with #C99638

Text Example


Text Example

White with #C99638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99638; }

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

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

background-color css

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

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

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

border-color css

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

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

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