Html Css Color HEX #C98D2B Fuel Yellow

📋 copy color: '#C98D2B'

red 201 ◦ green 141 ◦ blue 43

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

Shades of Fuel Yellow #C98D2B

Tints of Fuel Yellow #C98D2B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.62%

 BLUE value IS 43 (17.19% from 255) = 11.17%

R = 52.21%
G = 36.62%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#C98D2B (or 0xC98D2B) is known color: Fuel Yellow. HEX triplet: C9, 8D and 2B. RGB value is (201,141,43). Sum of RGB (Red+Green+Blue) = 201+141+43=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 43 (17.19% from 255 or 11.17% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C98D2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98D2B is #3672D4. Grayscale: #949494. Windows color (decimal): -3568341 or 2854345. OLE color: 2854345.

HSL color Cylindrical-coordinate representation of color #C98D2B: hue angle of 37.22º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C98D2B is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 141 43 -
CMYK 0 0.30 0.79 0.21
HSL 37.22º 0.65% 0.48% -
HSV(B) 37.22º 0.79% 0.79% -
XYZ 34.05 31.64 6.6 -
YUV 147.77 68.88 165.97 -
System Red Green Blue C M Y K H S L
Decimal 201 141 43 0 0.30 0.79 0.21 37.22 0.65 0.48
Hex C9 8D 2B 0 1E 4F 15 25 41 30
Octal 311 215 53 0 36 117 25 45 101 60
Binary 11001001 10001101 101011 0 11110 1001111 10101 100101 1000001 110000

Color Harmonies of #C98D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98D2B

Black with #C98D2B

Text Example


Text Example

White with #C98D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98D2B; }

 p { color: rgb(201,141,43); }

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

background-color css

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

 a { background-color: rgb(201,141,43); }

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

border-color css

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

 span { border-color: rgb(201,141,43); }

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