Html Css Color HEX #D0993D Fuel Yellow

📋 copy color: '#D0993D'

red 208 ◦ green 153 ◦ blue 61

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

Shades of Fuel Yellow #D0993D

Tints of Fuel Yellow #D0993D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.26%

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

R = 49.29%
G = 36.26%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D0993D (or 0xD0993D) is known color: Fuel Yellow. HEX triplet: D0, 99 and 3D. RGB value is (208,153,61). Sum of RGB (Red+Green+Blue) = 208+153+61=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 61 (24.22% from 255 or 14.45% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D0993D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0993D is #2F66C2. Grayscale: #9F9F9F. Windows color (decimal): -3106499 or 4037072. OLE color: 4037072.

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

Color convert

RGB 208 153 61 -
CMYK 0 0.26 0.71 0.18
HSL 37.55º 0.61% 0.53% -
HSV(B) 37.55º 0.71% 0.82% -
XYZ 38.25 36.53 9.45 -
YUV 158.96 72.72 162.98 -
System Red Green Blue C M Y K H S L
Decimal 208 153 61 0 0.26 0.71 0.18 37.55 0.61 0.53
Hex D0 99 3D 0 1A 47 12 26 3D 35
Octal 320 231 75 0 32 107 22 46 75 65
Binary 11010000 10011001 111101 0 11010 1000111 10010 100110 111101 110101

Color Harmonies of #D0993D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0993D

Black with #D0993D

Text Example


Text Example

White with #D0993D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0993D; }

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

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

background-color css

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

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

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

border-color css

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

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

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