Html Css Color HEX #C99533 Fuel Yellow

📋 copy color: '#C99533'

red 201 ◦ green 149 ◦ blue 51

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

Shades of Fuel Yellow #C99533

Tints of Fuel Yellow #C99533

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.16%

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

R = 50.12%
G = 37.16%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C99533 (or 0xC99533) is known color: Fuel Yellow. HEX triplet: C9, 95 and 33. RGB value is (201,149,51). Sum of RGB (Red+Green+Blue) = 201+149+51=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 51 (20.31% from 255 or 12.72% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C99533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99533 is #366ACC. Grayscale: #999999. Windows color (decimal): -3566285 or 3380681. OLE color: 3380681.

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

Color convert

RGB 201 149 51 -
CMYK 0 0.26 0.75 0.21
HSL 39.2º 0.6% 0.49% -
HSV(B) 39.2º 0.75% 0.79% -
XYZ 35.43 34.15 7.86 -
YUV 153.38 70.23 161.97 -
System Red Green Blue C M Y K H S L
Decimal 201 149 51 0 0.26 0.75 0.21 39.2 0.6 0.49
Hex C9 95 33 0 1A 4B 15 27 3C 31
Octal 311 225 63 0 32 113 25 47 74 61
Binary 11001001 10010101 110011 0 11010 1001011 10101 100111 111100 110001

Color Harmonies of #C99533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99533

Black with #C99533

Text Example


Text Example

White with #C99533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99533; }

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

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

background-color css

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

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

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

border-color css

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

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

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