Html Css Color HEX #C99333 Fuel Yellow

📋 copy color: '#C99333'

red 201 ◦ green 147 ◦ blue 51

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

Shades of Fuel Yellow #C99333

Tints of Fuel Yellow #C99333

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.84%

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

R = 50.38%
G = 36.84%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C99333 (or 0xC99333) is known color: Fuel Yellow. HEX triplet: C9, 93 and 33. RGB value is (201,147,51). Sum of RGB (Red+Green+Blue) = 201+147+51=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 51 (20.31% from 255 or 12.78% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C99333 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99333 is #366CCC. Grayscale: #989898. Windows color (decimal): -3566797 or 3380169. OLE color: 3380169.

HSL color Cylindrical-coordinate representation of color #C99333: hue angle of 38.4º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C99333 is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 147 51 -
CMYK 0 0.27 0.75 0.21
HSL 38.4º 0.6% 0.49% -
HSV(B) 38.4º 0.75% 0.79% -
XYZ 35.12 33.52 7.75 -
YUV 152.2 70.89 162.81 -
System Red Green Blue C M Y K H S L
Decimal 201 147 51 0 0.27 0.75 0.21 38.4 0.6 0.49
Hex C9 93 33 0 1B 4B 15 26 3C 31
Octal 311 223 63 0 33 113 25 46 74 61
Binary 11001001 10010011 110011 0 11011 1001011 10101 100110 111100 110001

Color Harmonies of #C99333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99333

Black with #C99333

Text Example


Text Example

White with #C99333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99333; }

 p { color: rgb(201,147,51); }

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

background-color css

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

 a { background-color: rgb(201,147,51); }

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

border-color css

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

 span { border-color: rgb(201,147,51); }

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