Html Css Color HEX #D5963B Fuel Yellow

📋 copy color: '#D5963B'

red 213 ◦ green 150 ◦ blue 59

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

Shades of Fuel Yellow #D5963B

Tints of Fuel Yellow #D5963B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.55%

 BLUE value IS 59 (23.44% from 255) = 13.98%

R = 50.47%
G = 35.55%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5963B (or 0xD5963B) is known color: Fuel Yellow. HEX triplet: D5, 96 and 3B. RGB value is (213,150,59). Sum of RGB (Red+Green+Blue) = 213+150+59=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 59 (23.44% from 255 or 13.98% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D5963B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5963B is #2A69C4. Grayscale: #9E9E9E. Windows color (decimal): -2779589 or 3905237. OLE color: 3905237.

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

Color convert

RGB 213 150 59 -
CMYK 0 0.30 0.72 0.16
HSL 35.45º 0.65% 0.53% -
HSV(B) 35.45º 0.72% 0.84% -
XYZ 39.14 36.27 9.08 -
YUV 158.46 71.87 166.9 -
System Red Green Blue C M Y K H S L
Decimal 213 150 59 0 0.30 0.72 0.16 35.45 0.65 0.53
Hex D5 96 3B 0 1E 48 10 23 41 35
Octal 325 226 73 0 36 110 20 43 101 65
Binary 11010101 10010110 111011 0 11110 1001000 10000 100011 1000001 110101

Color Harmonies of #D5963B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5963B

Black with #D5963B

Text Example


Text Example

White with #D5963B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5963B; }

 p { color: rgb(213,150,59); }

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

background-color css

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

 a { background-color: rgb(213,150,59); }

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

border-color css

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

 span { border-color: rgb(213,150,59); }

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