Html Css Color HEX #D6973B Fuel Yellow

📋 copy color: '#D6973B'

red 214 ◦ green 151 ◦ blue 59

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

Shades of Fuel Yellow #D6973B

Tints of Fuel Yellow #D6973B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.61%

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

R = 50.47%
G = 35.61%
B = 13.92%

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

#D6973B (or 0xD6973B) is known color: Fuel Yellow. HEX triplet: D6, 97 and 3B. RGB value is (214,151,59). Sum of RGB (Red+Green+Blue) = 214+151+59=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 151 (59.38% from 255 or 35.61% from 424); Blue value is 59 (23.44% from 255 or 13.92% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D6973B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6973B is #2968C4. Grayscale: #9F9F9F. Windows color (decimal): -2713797 or 3905494. OLE color: 3905494.

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

Color convert

RGB 214 151 59 -
CMYK 0 0.29 0.72 0.16
HSL 35.61º 0.65% 0.54% -
HSV(B) 35.61º 0.72% 0.84% -
XYZ 39.59 36.75 9.14 -
YUV 159.35 71.37 166.98 -
System Red Green Blue C M Y K H S L
Decimal 214 151 59 0 0.29 0.72 0.16 35.61 0.65 0.54
Hex D6 97 3B 0 1D 48 10 24 41 36
Octal 326 227 73 0 35 110 20 44 101 66
Binary 11010110 10010111 111011 0 11101 1001000 10000 100100 1000001 110110

Color Harmonies of #D6973B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6973B

Black with #D6973B

Text Example


Text Example

White with #D6973B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6973B; }

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

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

background-color css

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

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

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

border-color css

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

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

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