Html Css Color HEX #D98C33 Fuel Yellow

📋 copy color: '#D98C33'

red 217 ◦ green 140 ◦ blue 51

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

Shades of Fuel Yellow #D98C33

Tints of Fuel Yellow #D98C33

RGB

 RED value IS 217 (85.16% from 255) = 53.19%

 GREEN value IS 140 (55.08% from 255) = 34.31%

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

R = 53.19%
G = 34.31%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D98C33 (or 0xD98C33) is known color: Fuel Yellow. HEX triplet: D9, 8C and 33. RGB value is (217,140,51). Sum of RGB (Red+Green+Blue) = 217+140+51=408 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.19% from 408); Green value is 140 (55.08% from 255 or 34.31% from 408); Blue value is 51 (20.31% from 255 or 12.5% from 408); Max value from RGB is 217 - color contains mainly: red. Hex color #D98C33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98C33 is #2673CC. Grayscale: #999999. Windows color (decimal): -2520013 or 3378393. OLE color: 3378393.

HSL color Cylindrical-coordinate representation of color #D98C33: hue angle of 32.17º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D98C33 is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 140 51 -
CMYK 0 0.35 0.76 0.15
HSL 32.17º 0.69% 0.53% -
HSV(B) 32.17º 0.76% 0.85% -
XYZ 38.59 33.75 7.61 -
YUV 152.88 70.51 173.74 -
System Red Green Blue C M Y K H S L
Decimal 217 140 51 0 0.35 0.76 0.15 32.17 0.69 0.53
Hex D9 8C 33 0 23 4C F 20 45 35
Octal 331 214 63 0 43 114 17 40 105 65
Binary 11011001 10001100 110011 0 100011 1001100 1111 100000 1000101 110101

Color Harmonies of #D98C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98C33

Black with #D98C33

Text Example


Text Example

White with #D98C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98C33; }

 p { color: rgb(217,140,51); }

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

background-color css

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

 a { background-color: rgb(217,140,51); }

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

border-color css

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

 span { border-color: rgb(217,140,51); }

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