Html Css Color HEX #D0983A Fuel Yellow

📋 copy color: '#D0983A'

red 208 ◦ green 152 ◦ blue 58

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

Shades of Fuel Yellow #D0983A

Tints of Fuel Yellow #D0983A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.88%

R = 49.76%
G = 36.36%
B = 13.88%

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

#D0983A (or 0xD0983A) is known color: Fuel Yellow. HEX triplet: D0, 98 and 3A. RGB value is (208,152,58). Sum of RGB (Red+Green+Blue) = 208+152+58=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 58 (23.05% from 255 or 13.88% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D0983A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0983A is #2F67C5. Grayscale: #9E9E9E. Windows color (decimal): -3106758 or 3840208. OLE color: 3840208.

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

Color convert

RGB 208 152 58 -
CMYK 0 0.27 0.72 0.18
HSL 37.6º 0.61% 0.52% -
HSV(B) 37.6º 0.72% 0.82% -
XYZ 38 36.17 8.98 -
YUV 158.03 71.55 163.64 -
System Red Green Blue C M Y K H S L
Decimal 208 152 58 0 0.27 0.72 0.18 37.6 0.61 0.52
Hex D0 98 3A 0 1B 48 12 26 3D 34
Octal 320 230 72 0 33 110 22 46 75 64
Binary 11010000 10011000 111010 0 11011 1001000 10010 100110 111101 110100

Color Harmonies of #D0983A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0983A

Black with #D0983A

Text Example


Text Example

White with #D0983A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0983A; }

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

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

background-color css

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

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

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

border-color css

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

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

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