Html Css Color HEX #D5953D Fuel Yellow

📋 copy color: '#D5953D'

red 213 ◦ green 149 ◦ blue 61

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

Shades of Fuel Yellow #D5953D

Tints of Fuel Yellow #D5953D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.22%

 BLUE value IS 61 (24.22% from 255) = 14.42%

R = 50.35%
G = 35.22%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D5953D (or 0xD5953D) is known color: Fuel Yellow. HEX triplet: D5, 95 and 3D. RGB value is (213,149,61). Sum of RGB (Red+Green+Blue) = 213+149+61=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 61 (24.22% from 255 or 14.42% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D5953D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5953D is #2A6AC2. Grayscale: #9E9E9E. Windows color (decimal): -2779843 or 4036053. OLE color: 4036053.

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

Color convert

RGB 213 149 61 -
CMYK 0 0.30 0.71 0.16
HSL 34.74º 0.64% 0.54% -
HSV(B) 34.74º 0.71% 0.84% -
XYZ 39.03 35.98 9.3 -
YUV 158.1 73.2 167.16 -
System Red Green Blue C M Y K H S L
Decimal 213 149 61 0 0.30 0.71 0.16 34.74 0.64 0.54
Hex D5 95 3D 0 1E 47 10 23 40 36
Octal 325 225 75 0 36 107 20 43 100 66
Binary 11010101 10010101 111101 0 11110 1000111 10000 100011 1000000 110110

Color Harmonies of #D5953D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5953D

Black with #D5953D

Text Example


Text Example

White with #D5953D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5953D; }

 p { color: rgb(213,149,61); }

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

background-color css

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

 a { background-color: rgb(213,149,61); }

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

border-color css

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

 span { border-color: rgb(213,149,61); }

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