Html Css Color HEX #D0972E Fuel Yellow

📋 copy color: '#D0972E'

red 208 ◦ green 151 ◦ blue 46

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

Shades of Fuel Yellow #D0972E

Tints of Fuel Yellow #D0972E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.28%

 BLUE value IS 46 (18.36% from 255) = 11.36%

R = 51.36%
G = 37.28%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D0972E (or 0xD0972E) is known color: Fuel Yellow. HEX triplet: D0, 97 and 2E. RGB value is (208,151,46). Sum of RGB (Red+Green+Blue) = 208+151+46=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 151 (59.38% from 255 or 37.28% from 405); Blue value is 46 (18.36% from 255 or 11.36% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D0972E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0972E is #2F68D1. Grayscale: #9C9C9C. Windows color (decimal): -3107026 or 3053520. OLE color: 3053520.

HSL color Cylindrical-coordinate representation of color #D0972E: hue angle of 38.89º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D0972E is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 151 46 -
CMYK 0 0.27 0.78 0.18
HSL 38.89º 0.64% 0.5% -
HSV(B) 38.89º 0.78% 0.82% -
XYZ 37.57 35.74 7.5 -
YUV 156.07 65.88 165.04 -
System Red Green Blue C M Y K H S L
Decimal 208 151 46 0 0.27 0.78 0.18 38.89 0.64 0.5
Hex D0 97 2E 0 1B 4E 12 27 40 32
Octal 320 227 56 0 33 116 22 47 100 62
Binary 11010000 10010111 101110 0 11011 1001110 10010 100111 1000000 110010

Color Harmonies of #D0972E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0972E

Black with #D0972E

Text Example


Text Example

White with #D0972E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0972E; }

 p { color: rgb(208,151,46); }

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

background-color css

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

 a { background-color: rgb(208,151,46); }

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

border-color css

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

 span { border-color: rgb(208,151,46); }

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