Html Css Color HEX #D0993A Fuel Yellow

📋 copy color: '#D0993A'

red 208 ◦ green 153 ◦ blue 58

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

Shades of Fuel Yellow #D0993A

Tints of Fuel Yellow #D0993A

RGB

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

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

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

R = 49.64%
G = 36.52%
B = 13.84%

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

#D0993A (or 0xD0993A) is known color: Fuel Yellow. HEX triplet: D0, 99 and 3A. RGB value is (208,153,58). Sum of RGB (Red+Green+Blue) = 208+153+58=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 58 (23.05% from 255 or 13.84% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D0993A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0993A is #2F66C5. Grayscale: #9F9F9F. Windows color (decimal): -3106502 or 3840464. OLE color: 3840464.

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

Color convert

RGB 208 153 58 -
CMYK 0 0.26 0.72 0.18
HSL 38º 0.61% 0.52% -
HSV(B) 38º 0.72% 0.82% -
XYZ 38.17 36.5 9.04 -
YUV 158.62 71.22 163.22 -
System Red Green Blue C M Y K H S L
Decimal 208 153 58 0 0.26 0.72 0.18 38 0.61 0.52
Hex D0 99 3A 0 1A 48 12 26 3D 34
Octal 320 231 72 0 32 110 22 46 75 64
Binary 11010000 10011001 111010 0 11010 1001000 10010 100110 111101 110100

Color Harmonies of #D0993A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0993A

Black with #D0993A

Text Example


Text Example

White with #D0993A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0993A; }

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

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

background-color css

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

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

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

border-color css

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

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

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