Html Css Color HEX #D6982F Buttercup

📋 copy color: '#D6982F'

red 214 ◦ green 152 ◦ blue 47

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

Shades of Buttercup #D6982F

Tints of Buttercup #D6982F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.8%

 BLUE value IS 47 (18.75% from 255) = 11.38%

R = 51.82%
G = 36.8%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D6982F (or 0xD6982F) is known color: Buttercup. HEX triplet: D6, 98 and 2F. RGB value is (214,152,47). Sum of RGB (Red+Green+Blue) = 214+152+47=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 47 (18.75% from 255 or 11.38% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D6982F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6982F is #2967D0. Grayscale: #9F9F9F. Windows color (decimal): -2713553 or 3119318. OLE color: 3119318.

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

Color convert

RGB 214 152 47 -
CMYK 0 0.29 0.78 0.16
HSL 37.72º 0.67% 0.51% -
HSV(B) 37.72º 0.78% 0.84% -
XYZ 39.47 36.96 7.74 -
YUV 158.57 65.04 167.54 -
System Red Green Blue C M Y K H S L
Decimal 214 152 47 0 0.29 0.78 0.16 37.72 0.67 0.51
Hex D6 98 2F 0 1D 4E 10 26 43 33
Octal 326 230 57 0 35 116 20 46 103 63
Binary 11010110 10011000 101111 0 11101 1001110 10000 100110 1000011 110011

Color Harmonies of #D6982F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6982F

Black with #D6982F

Text Example


Text Example

White with #D6982F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6982F; }

 p { color: rgb(214,152,47); }

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

background-color css

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

 a { background-color: rgb(214,152,47); }

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

border-color css

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

 span { border-color: rgb(214,152,47); }

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