Html Css Color HEX #D0983C Fuel Yellow

📋 copy color: '#D0983C'

red 208 ◦ green 152 ◦ blue 60

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

Shades of Fuel Yellow #D0983C

Tints of Fuel Yellow #D0983C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.29%

R = 49.52%
G = 36.19%
B = 14.29%

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

#D0983C (or 0xD0983C) is known color: Fuel Yellow. HEX triplet: D0, 98 and 3C. RGB value is (208,152,60). Sum of RGB (Red+Green+Blue) = 208+152+60=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 60 (23.83% from 255 or 14.29% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D0983C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0983C is #2F67C3. Grayscale: #9E9E9E. Windows color (decimal): -3106756 or 3971280. OLE color: 3971280.

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

Color convert

RGB 208 152 60 -
CMYK 0 0.27 0.71 0.18
HSL 37.3º 0.61% 0.53% -
HSV(B) 37.3º 0.71% 0.82% -
XYZ 38.06 36.19 9.26 -
YUV 158.26 72.55 163.48 -
System Red Green Blue C M Y K H S L
Decimal 208 152 60 0 0.27 0.71 0.18 37.3 0.61 0.53
Hex D0 98 3C 0 1B 47 12 25 3D 35
Octal 320 230 74 0 33 107 22 45 75 65
Binary 11010000 10011000 111100 0 11011 1000111 10010 100101 111101 110101

Color Harmonies of #D0983C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0983C

Black with #D0983C

Text Example


Text Example

White with #D0983C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0983C; }

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

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

background-color css

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

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

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

border-color css

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

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

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