Html Css Color HEX #D0993B Fuel Yellow

📋 copy color: '#D0993B'

red 208 ◦ green 153 ◦ blue 59

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

Shades of Fuel Yellow #D0993B

Tints of Fuel Yellow #D0993B

RGB

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

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

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

R = 49.52%
G = 36.43%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D0993B (or 0xD0993B) is known color: Fuel Yellow. HEX triplet: D0, 99 and 3B. RGB value is (208,153,59). Sum of RGB (Red+Green+Blue) = 208+153+59=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 59 (23.44% from 255 or 14.05% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D0993B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0993B is #2F66C4. Grayscale: #9F9F9F. Windows color (decimal): -3106501 or 3906000. OLE color: 3906000.

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

Color convert

RGB 208 153 59 -
CMYK 0 0.26 0.72 0.18
HSL 37.85º 0.61% 0.52% -
HSV(B) 37.85º 0.72% 0.82% -
XYZ 38.19 36.51 9.17 -
YUV 158.73 71.72 163.14 -
System Red Green Blue C M Y K H S L
Decimal 208 153 59 0 0.26 0.72 0.18 37.85 0.61 0.52
Hex D0 99 3B 0 1A 48 12 26 3D 34
Octal 320 231 73 0 32 110 22 46 75 64
Binary 11010000 10011001 111011 0 11010 1001000 10010 100110 111101 110100

Color Harmonies of #D0993B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0993B

Black with #D0993B

Text Example


Text Example

White with #D0993B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0993B; }

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

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

background-color css

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

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

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

border-color css

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

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

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