Html Css Color HEX #D98A2F Fuel Yellow

📋 copy color: '#D98A2F'

red 217 ◦ green 138 ◦ blue 47

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

Shades of Fuel Yellow #D98A2F

Tints of Fuel Yellow #D98A2F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.33%

 BLUE value IS 47 (18.75% from 255) = 11.69%

R = 53.98%
G = 34.33%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D98A2F (or 0xD98A2F) is known color: Fuel Yellow. HEX triplet: D9, 8A and 2F. RGB value is (217,138,47). Sum of RGB (Red+Green+Blue) = 217+138+47=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 47 (18.75% from 255 or 11.69% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D98A2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98A2F is #2675D0. Grayscale: #979797. Windows color (decimal): -2520529 or 3115737. OLE color: 3115737.

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

Color convert

RGB 217 138 47 -
CMYK 0 0.36 0.78 0.15
HSL 32.12º 0.69% 0.52% -
HSV(B) 32.12º 0.78% 0.85% -
XYZ 38.22 33.13 7.07 -
YUV 151.25 69.17 174.9 -
System Red Green Blue C M Y K H S L
Decimal 217 138 47 0 0.36 0.78 0.15 32.12 0.69 0.52
Hex D9 8A 2F 0 24 4E F 20 45 34
Octal 331 212 57 0 44 116 17 40 105 64
Binary 11011001 10001010 101111 0 100100 1001110 1111 100000 1000101 110100

Color Harmonies of #D98A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98A2F

Black with #D98A2F

Text Example


Text Example

White with #D98A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98A2F; }

 p { color: rgb(217,138,47); }

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

background-color css

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

 a { background-color: rgb(217,138,47); }

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

border-color css

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

 span { border-color: rgb(217,138,47); }

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