Html Css Color HEX #D0983D Fuel Yellow

📋 copy color: '#D0983D'

red 208 ◦ green 152 ◦ blue 61

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

Shades of Fuel Yellow #D0983D

Tints of Fuel Yellow #D0983D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.1%

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

R = 49.41%
G = 36.1%
B = 14.49%

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

#D0983D (or 0xD0983D) is known color: Fuel Yellow. HEX triplet: D0, 98 and 3D. RGB value is (208,152,61). Sum of RGB (Red+Green+Blue) = 208+152+61=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 61 (24.22% from 255 or 14.49% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D0983D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0983D is #2F67C2. Grayscale: #9E9E9E. Windows color (decimal): -3106755 or 4036816. OLE color: 4036816.

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

Color convert

RGB 208 152 61 -
CMYK 0 0.27 0.71 0.18
HSL 37.14º 0.61% 0.53% -
HSV(B) 37.14º 0.71% 0.82% -
XYZ 38.08 36.2 9.4 -
YUV 158.37 73.05 163.4 -
System Red Green Blue C M Y K H S L
Decimal 208 152 61 0 0.27 0.71 0.18 37.14 0.61 0.53
Hex D0 98 3D 0 1B 47 12 25 3D 35
Octal 320 230 75 0 33 107 22 45 75 65
Binary 11010000 10011000 111101 0 11011 1000111 10010 100101 111101 110101

Color Harmonies of #D0983D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0983D

Black with #D0983D

Text Example


Text Example

White with #D0983D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0983D; }

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

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

background-color css

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

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

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

border-color css

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

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

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