Html Css Color HEX #D0953D Fuel Yellow

📋 copy color: '#D0953D'

red 208 ◦ green 149 ◦ blue 61

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

Shades of Fuel Yellow #D0953D

Tints of Fuel Yellow #D0953D

RGB

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

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

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

R = 49.76%
G = 35.65%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D0953D (or 0xD0953D) is known color: Fuel Yellow. HEX triplet: D0, 95 and 3D. RGB value is (208,149,61). Sum of RGB (Red+Green+Blue) = 208+149+61=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 149 (58.59% from 255 or 35.65% from 418); Blue value is 61 (24.22% from 255 or 14.59% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D0953D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0953D is #2F6AC2. Grayscale: #9D9D9D. Windows color (decimal): -3107523 or 4036048. OLE color: 4036048.

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

Color convert

RGB 208 149 61 -
CMYK 0 0.28 0.71 0.18
HSL 35.92º 0.61% 0.53% -
HSV(B) 35.92º 0.71% 0.82% -
XYZ 37.6 35.24 9.24 -
YUV 156.61 74.05 164.66 -
System Red Green Blue C M Y K H S L
Decimal 208 149 61 0 0.28 0.71 0.18 35.92 0.61 0.53
Hex D0 95 3D 0 1C 47 12 24 3D 35
Octal 320 225 75 0 34 107 22 44 75 65
Binary 11010000 10010101 111101 0 11100 1000111 10010 100100 111101 110101

Color Harmonies of #D0953D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0953D

Black with #D0953D

Text Example


Text Example

White with #D0953D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0953D; }

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

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

background-color css

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

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

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

border-color css

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

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

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