Html Css Color HEX #D0973D Fuel Yellow

📋 copy color: '#D0973D'

red 208 ◦ green 151 ◦ blue 61

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

Shades of Fuel Yellow #D0973D

Tints of Fuel Yellow #D0973D

RGB

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

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

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

R = 49.52%
G = 35.95%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D0973D (or 0xD0973D) is known color: Fuel Yellow. HEX triplet: D0, 97 and 3D. RGB value is (208,151,61). Sum of RGB (Red+Green+Blue) = 208+151+61=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 61 (24.22% from 255 or 14.52% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D0973D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0973D is #2F68C2. Grayscale: #9E9E9E. Windows color (decimal): -3107011 or 4036560. OLE color: 4036560.

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

Color convert

RGB 208 151 61 -
CMYK 0 0.27 0.71 0.18
HSL 36.73º 0.61% 0.53% -
HSV(B) 36.73º 0.71% 0.82% -
XYZ 37.92 35.88 9.34 -
YUV 157.78 73.38 163.82 -
System Red Green Blue C M Y K H S L
Decimal 208 151 61 0 0.27 0.71 0.18 36.73 0.61 0.53
Hex D0 97 3D 0 1B 47 12 25 3D 35
Octal 320 227 75 0 33 107 22 45 75 65
Binary 11010000 10010111 111101 0 11011 1000111 10010 100101 111101 110101

Color Harmonies of #D0973D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0973D

Black with #D0973D

Text Example


Text Example

White with #D0973D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0973D; }

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

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

background-color css

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

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

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

border-color css

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

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

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