Html Css Color HEX #D6993B Fuel Yellow

📋 copy color: '#D6993B'

red 214 ◦ green 153 ◦ blue 59

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

Shades of Fuel Yellow #D6993B

Tints of Fuel Yellow #D6993B

RGB

 RED value IS 214 (83.98% from 255) = 50.23%

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

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

R = 50.23%
G = 35.92%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6993B (or 0xD6993B) is known color: Fuel Yellow. HEX triplet: D6, 99 and 3B. RGB value is (214,153,59). Sum of RGB (Red+Green+Blue) = 214+153+59=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 153 (60.16% from 255 or 35.92% from 426); Blue value is 59 (23.44% from 255 or 13.85% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D6993B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6993B is #2966C4. Grayscale: #A0A0A0. Windows color (decimal): -2713285 or 3906006. OLE color: 3906006.

HSL color Cylindrical-coordinate representation of color #D6993B: hue angle of 36.39º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D6993B is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 153 59 -
CMYK 0 0.29 0.72 0.16
HSL 36.39º 0.65% 0.54% -
HSV(B) 36.39º 0.72% 0.84% -
XYZ 39.91 37.39 9.25 -
YUV 160.52 70.71 166.14 -
System Red Green Blue C M Y K H S L
Decimal 214 153 59 0 0.29 0.72 0.16 36.39 0.65 0.54
Hex D6 99 3B 0 1D 48 10 24 41 36
Octal 326 231 73 0 35 110 20 44 101 66
Binary 11010110 10011001 111011 0 11101 1001000 10000 100100 1000001 110110

Color Harmonies of #D6993B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6993B

Black with #D6993B

Text Example


Text Example

White with #D6993B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6993B; }

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

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

background-color css

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

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

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

border-color css

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

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

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