Html Css Color HEX #D0963E Fuel Yellow

📋 copy color: '#D0963E'

red 208 ◦ green 150 ◦ blue 62

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

Shades of Fuel Yellow #D0963E

Tints of Fuel Yellow #D0963E

RGB

 RED value IS 208 (81.64% from 255) = 49.52%

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

 BLUE value IS 62 (24.61% from 255) = 14.76%

R = 49.52%
G = 35.71%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D0963E (or 0xD0963E) is known color: Fuel Yellow. HEX triplet: D0, 96 and 3E. RGB value is (208,150,62). Sum of RGB (Red+Green+Blue) = 208+150+62=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 150 (58.98% from 255 or 35.71% from 420); Blue value is 62 (24.61% from 255 or 14.76% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D0963E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0963E is #2F69C1. Grayscale: #9D9D9D. Windows color (decimal): -3107266 or 4101840. OLE color: 4101840.

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

Color convert

RGB 208 150 62 -
CMYK 0 0.28 0.70 0.18
HSL 36.16º 0.61% 0.53% -
HSV(B) 36.16º 0.7% 0.82% -
XYZ 37.79 35.57 9.43 -
YUV 157.31 74.22 164.16 -
System Red Green Blue C M Y K H S L
Decimal 208 150 62 0 0.28 0.70 0.18 36.16 0.61 0.53
Hex D0 96 3E 0 1C 46 12 24 3D 35
Octal 320 226 76 0 34 106 22 44 75 65
Binary 11010000 10010110 111110 0 11100 1000110 10010 100100 111101 110101

Color Harmonies of #D0963E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0963E

Black with #D0963E

Text Example


Text Example

White with #D0963E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0963E; }

 p { color: rgb(208,150,62); }

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

background-color css

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

 a { background-color: rgb(208,150,62); }

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

border-color css

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

 span { border-color: rgb(208,150,62); }

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