Html Css Color HEX #D0913B Fuel Yellow

📋 copy color: '#D0913B'

red 208 ◦ green 145 ◦ blue 59

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

Shades of Fuel Yellow #D0913B

Tints of Fuel Yellow #D0913B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.32%

R = 50.49%
G = 35.19%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D0913B (or 0xD0913B) is known color: Fuel Yellow. HEX triplet: D0, 91 and 3B. RGB value is (208,145,59). Sum of RGB (Red+Green+Blue) = 208+145+59=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 59 (23.44% from 255 or 14.32% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D0913B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0913B is #2F6EC4. Grayscale: #9A9A9A. Windows color (decimal): -3108549 or 3903952. OLE color: 3903952.

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

Color convert

RGB 208 145 59 -
CMYK 0 0.30 0.72 0.18
HSL 34.63º 0.61% 0.52% -
HSV(B) 34.63º 0.72% 0.82% -
XYZ 36.93 33.98 8.75 -
YUV 154.03 74.37 166.49 -
System Red Green Blue C M Y K H S L
Decimal 208 145 59 0 0.30 0.72 0.18 34.63 0.61 0.52
Hex D0 91 3B 0 1E 48 12 23 3D 34
Octal 320 221 73 0 36 110 22 43 75 64
Binary 11010000 10010001 111011 0 11110 1001000 10010 100011 111101 110100

Color Harmonies of #D0913B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0913B

Black with #D0913B

Text Example


Text Example

White with #D0913B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0913B; }

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

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

background-color css

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

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

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

border-color css

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

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

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