Html Css Color HEX #D0983B Fuel Yellow

📋 copy color: '#D0983B'

red 208 ◦ green 152 ◦ blue 59

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

Shades of Fuel Yellow #D0983B

Tints of Fuel Yellow #D0983B

RGB

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

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

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

R = 49.64%
G = 36.28%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D0983B (or 0xD0983B) is known color: Fuel Yellow. HEX triplet: D0, 98 and 3B. RGB value is (208,152,59). Sum of RGB (Red+Green+Blue) = 208+152+59=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 152 (59.77% from 255 or 36.28% from 419); Blue value is 59 (23.44% from 255 or 14.08% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D0983B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0983B is #2F67C4. Grayscale: #9E9E9E. Windows color (decimal): -3106757 or 3905744. OLE color: 3905744.

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

Color convert

RGB 208 152 59 -
CMYK 0 0.27 0.72 0.18
HSL 37.45º 0.61% 0.52% -
HSV(B) 37.45º 0.72% 0.82% -
XYZ 38.03 36.18 9.12 -
YUV 158.14 72.05 163.56 -
System Red Green Blue C M Y K H S L
Decimal 208 152 59 0 0.27 0.72 0.18 37.45 0.61 0.52
Hex D0 98 3B 0 1B 48 12 25 3D 34
Octal 320 230 73 0 33 110 22 45 75 64
Binary 11010000 10011000 111011 0 11011 1001000 10010 100101 111101 110100

Color Harmonies of #D0983B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0983B

Black with #D0983B

Text Example


Text Example

White with #D0983B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0983B; }

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

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

background-color css

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

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

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

border-color css

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

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

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