Html Css Color HEX #D7963B Fuel Yellow

📋 copy color: '#D7963B'

red 215 ◦ green 150 ◦ blue 59

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

Shades of Fuel Yellow #D7963B

Tints of Fuel Yellow #D7963B

RGB

 RED value IS 215 (84.38% from 255) = 50.71%

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

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

R = 50.71%
G = 35.38%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D7963B (or 0xD7963B) is known color: Fuel Yellow. HEX triplet: D7, 96 and 3B. RGB value is (215,150,59). Sum of RGB (Red+Green+Blue) = 215+150+59=424 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.71% from 424); Green value is 150 (58.98% from 255 or 35.38% from 424); Blue value is 59 (23.44% from 255 or 13.92% from 424); Max value from RGB is 215 - color contains mainly: red. Hex color #D7963B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7963B is #2869C4. Grayscale: #9F9F9F. Windows color (decimal): -2648517 or 3905239. OLE color: 3905239.

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

Color convert

RGB 215 150 59 -
CMYK 0 0.30 0.73 0.16
HSL 35º 0.66% 0.54% -
HSV(B) 35º 0.73% 0.84% -
XYZ 39.72 36.58 9.1 -
YUV 159.06 71.53 167.9 -
System Red Green Blue C M Y K H S L
Decimal 215 150 59 0 0.30 0.73 0.16 35 0.66 0.54
Hex D7 96 3B 0 1E 49 10 23 42 36
Octal 327 226 73 0 36 111 20 43 102 66
Binary 11010111 10010110 111011 0 11110 1001001 10000 100011 1000010 110110

Color Harmonies of #D7963B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7963B

Black with #D7963B

Text Example


Text Example

White with #D7963B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7963B; }

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

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

background-color css

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

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

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

border-color css

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

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

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