Html Css Color HEX #D0963A Fuel Yellow

📋 copy color: '#D0963A'

red 208 ◦ green 150 ◦ blue 58

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

Shades of Fuel Yellow #D0963A

Tints of Fuel Yellow #D0963A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.94%

R = 50%
G = 36.06%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D0963A (or 0xD0963A) is known color: Fuel Yellow. HEX triplet: D0, 96 and 3A. RGB value is (208,150,58). Sum of RGB (Red+Green+Blue) = 208+150+58=416 (55% of max value = 765). Red value is 208 (81.64% from 255 or 50% from 416); Green value is 150 (58.98% from 255 or 36.06% from 416); Blue value is 58 (23.05% from 255 or 13.94% from 416); Max value from RGB is 208 - color contains mainly: red. Hex color #D0963A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0963A is #2F69C5. Grayscale: #9D9D9D. Windows color (decimal): -3107270 or 3839696. OLE color: 3839696.

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

Color convert

RGB 208 150 58 -
CMYK 0 0.28 0.72 0.18
HSL 36.8º 0.61% 0.52% -
HSV(B) 36.8º 0.72% 0.82% -
XYZ 37.68 35.53 8.87 -
YUV 156.85 72.22 164.48 -
System Red Green Blue C M Y K H S L
Decimal 208 150 58 0 0.28 0.72 0.18 36.8 0.61 0.52
Hex D0 96 3A 0 1C 48 12 25 3D 34
Octal 320 226 72 0 34 110 22 45 75 64
Binary 11010000 10010110 111010 0 11100 1001000 10010 100101 111101 110100

Color Harmonies of #D0963A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0963A

Black with #D0963A

Text Example


Text Example

White with #D0963A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0963A; }

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

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

background-color css

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

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

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

border-color css

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

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

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