Html Css Color HEX #D0913D Fuel Yellow

📋 copy color: '#D0913D'

red 208 ◦ green 145 ◦ blue 61

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

Shades of Fuel Yellow #D0913D

Tints of Fuel Yellow #D0913D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.02%

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

R = 50.24%
G = 35.02%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D0913D (or 0xD0913D) is known color: Fuel Yellow. HEX triplet: D0, 91 and 3D. RGB value is (208,145,61). Sum of RGB (Red+Green+Blue) = 208+145+61=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 61 (24.22% from 255 or 14.73% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D0913D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0913D is #2F6EC2. Grayscale: #9A9A9A. Windows color (decimal): -3108547 or 4035024. OLE color: 4035024.

HSL color Cylindrical-coordinate representation of color #D0913D: hue angle of 34.29º 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 #D0913D is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 145 61 -
CMYK 0 0.30 0.71 0.18
HSL 34.29º 0.61% 0.53% -
HSV(B) 34.29º 0.71% 0.82% -
XYZ 36.98 34 9.03 -
YUV 154.26 75.37 166.33 -
System Red Green Blue C M Y K H S L
Decimal 208 145 61 0 0.30 0.71 0.18 34.29 0.61 0.53
Hex D0 91 3D 0 1E 47 12 22 3D 35
Octal 320 221 75 0 36 107 22 42 75 65
Binary 11010000 10010001 111101 0 11110 1000111 10010 100010 111101 110101

Color Harmonies of #D0913D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0913D

Black with #D0913D

Text Example


Text Example

White with #D0913D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0913D; }

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

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

background-color css

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

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

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

border-color css

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

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

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