Html Css Color HEX #D2973F Fuel Yellow

📋 copy color: '#D2973F'

red 210 ◦ green 151 ◦ blue 63

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

Shades of Fuel Yellow #D2973F

Tints of Fuel Yellow #D2973F

RGB

 RED value IS 210 (82.42% from 255) = 49.53%

 GREEN value IS 151 (59.38% from 255) = 35.61%

 BLUE value IS 63 (25% from 255) = 14.86%

R = 49.53%
G = 35.61%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D2973F (or 0xD2973F) is known color: Fuel Yellow. HEX triplet: D2, 97 and 3F. RGB value is (210,151,63). Sum of RGB (Red+Green+Blue) = 210+151+63=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 151 (59.38% from 255 or 35.61% from 424); Blue value is 63 (25% from 255 or 14.86% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D2973F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2973F is #2D68C0. Grayscale: #9F9F9F. Windows color (decimal): -2975937 or 4167634. OLE color: 4167634.

HSL color Cylindrical-coordinate representation of color #D2973F: hue angle of 35.92º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2973F is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 151 63 -
CMYK 0 0.28 0.70 0.18
HSL 35.92º 0.62% 0.54% -
HSV(B) 35.92º 0.7% 0.82% -
XYZ 38.54 36.19 9.66 -
YUV 158.61 74.05 164.66 -
System Red Green Blue C M Y K H S L
Decimal 210 151 63 0 0.28 0.70 0.18 35.92 0.62 0.54
Hex D2 97 3F 0 1C 46 12 24 3E 36
Octal 322 227 77 0 34 106 22 44 76 66
Binary 11010010 10010111 111111 0 11100 1000110 10010 100100 111110 110110

Color Harmonies of #D2973F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2973F

Black with #D2973F

Text Example


Text Example

White with #D2973F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2973F; }

 p { color: rgb(210,151,63); }

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

background-color css

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

 a { background-color: rgb(210,151,63); }

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

border-color css

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

 span { border-color: rgb(210,151,63); }

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