Html Css Color HEX #D5973C Fuel Yellow

📋 copy color: '#D5973C'

red 213 ◦ green 151 ◦ blue 60

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

Shades of Fuel Yellow #D5973C

Tints of Fuel Yellow #D5973C

RGB

 RED value IS 213 (83.59% from 255) = 50.24%

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

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

R = 50.24%
G = 35.61%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5973C (or 0xD5973C) is known color: Fuel Yellow. HEX triplet: D5, 97 and 3C. RGB value is (213,151,60). Sum of RGB (Red+Green+Blue) = 213+151+60=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 151 (59.38% from 255 or 35.61% from 424); Blue value is 60 (23.83% from 255 or 14.15% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D5973C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5973C is #2A68C3. Grayscale: #9F9F9F. Windows color (decimal): -2779332 or 3971029. OLE color: 3971029.

HSL color Cylindrical-coordinate representation of color #D5973C: hue angle of 35.69º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D5973C is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 151 60 -
CMYK 0 0.29 0.72 0.16
HSL 35.69º 0.65% 0.54% -
HSV(B) 35.69º 0.72% 0.84% -
XYZ 39.32 36.61 9.27 -
YUV 159.16 72.04 166.4 -
System Red Green Blue C M Y K H S L
Decimal 213 151 60 0 0.29 0.72 0.16 35.69 0.65 0.54
Hex D5 97 3C 0 1D 48 10 24 41 36
Octal 325 227 74 0 35 110 20 44 101 66
Binary 11010101 10010111 111100 0 11101 1001000 10000 100100 1000001 110110

Color Harmonies of #D5973C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5973C

Black with #D5973C

Text Example


Text Example

White with #D5973C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5973C; }

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

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

background-color css

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

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

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

border-color css

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

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

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