Html Css Color HEX #D2973C Fuel Yellow

📋 copy color: '#D2973C'

red 210 ◦ green 151 ◦ blue 60

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

Shades of Fuel Yellow #D2973C

Tints of Fuel Yellow #D2973C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.25%

R = 49.88%
G = 35.87%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D2973C (or 0xD2973C) is known color: Fuel Yellow. HEX triplet: D2, 97 and 3C. RGB value is (210,151,60). Sum of RGB (Red+Green+Blue) = 210+151+60=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 151 (59.38% from 255 or 35.87% from 421); Blue value is 60 (23.83% from 255 or 14.25% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D2973C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2973C is #2D68C3. Grayscale: #9E9E9E. Windows color (decimal): -2975940 or 3971026. OLE color: 3971026.

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

Color convert

RGB 210 151 60 -
CMYK 0 0.28 0.71 0.18
HSL 36.4º 0.63% 0.53% -
HSV(B) 36.4º 0.71% 0.82% -
XYZ 38.46 36.16 9.23 -
YUV 158.27 72.55 164.9 -
System Red Green Blue C M Y K H S L
Decimal 210 151 60 0 0.28 0.71 0.18 36.4 0.63 0.53
Hex D2 97 3C 0 1C 47 12 24 3E 35
Octal 322 227 74 0 34 107 22 44 76 65
Binary 11010010 10010111 111100 0 11100 1000111 10010 100100 111110 110101

Color Harmonies of #D2973C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2973C

Black with #D2973C

Text Example


Text Example

White with #D2973C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2973C; }

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

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

background-color css

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

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

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

border-color css

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

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

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