Html Css Color HEX #D0913C Fuel Yellow

📋 copy color: '#D0913C'

red 208 ◦ green 145 ◦ blue 60

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

Shades of Fuel Yellow #D0913C

Tints of Fuel Yellow #D0913C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.53%

R = 50.36%
G = 35.11%
B = 14.53%

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

#D0913C (or 0xD0913C) is known color: Fuel Yellow. HEX triplet: D0, 91 and 3C. RGB value is (208,145,60). Sum of RGB (Red+Green+Blue) = 208+145+60=413 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.36% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 60 (23.83% from 255 or 14.53% from 413); Max value from RGB is 208 - color contains mainly: red. Hex color #D0913C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0913C is #2F6EC3. Grayscale: #9A9A9A. Windows color (decimal): -3108548 or 3969488. OLE color: 3969488.

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

Color convert

RGB 208 145 60 -
CMYK 0 0.30 0.71 0.18
HSL 34.46º 0.61% 0.53% -
HSV(B) 34.46º 0.71% 0.82% -
XYZ 36.95 33.99 8.89 -
YUV 154.15 74.87 166.41 -
System Red Green Blue C M Y K H S L
Decimal 208 145 60 0 0.30 0.71 0.18 34.46 0.61 0.53
Hex D0 91 3C 0 1E 47 12 22 3D 35
Octal 320 221 74 0 36 107 22 42 75 65
Binary 11010000 10010001 111100 0 11110 1000111 10010 100010 111101 110101

Color Harmonies of #D0913C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0913C

Black with #D0913C

Text Example


Text Example

White with #D0913C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0913C; }

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

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

background-color css

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

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

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

border-color css

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

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

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