Html Css Color HEX #D6982A Buttercup

📋 copy color: '#D6982A'

red 214 ◦ green 152 ◦ blue 42

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

Shades of Buttercup #D6982A

Tints of Buttercup #D6982A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.29%

R = 52.45%
G = 37.25%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D6982A (or 0xD6982A) is known color: Buttercup. HEX triplet: D6, 98 and 2A. RGB value is (214,152,42). Sum of RGB (Red+Green+Blue) = 214+152+42=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 152 (59.77% from 255 or 37.25% from 408); Blue value is 42 (16.80% from 255 or 10.29% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D6982A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6982A is #2967D5. Grayscale: #9E9E9E. Windows color (decimal): -2713558 or 2791638. OLE color: 2791638.

HSL color Cylindrical-coordinate representation of color #D6982A: hue angle of 38.37º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D6982A is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 152 42 -
CMYK 0 0.29 0.80 0.16
HSL 38.37º 0.68% 0.5% -
HSV(B) 38.37º 0.8% 0.84% -
XYZ 39.38 36.92 7.24 -
YUV 158 62.54 167.94 -
System Red Green Blue C M Y K H S L
Decimal 214 152 42 0 0.29 0.80 0.16 38.37 0.68 0.5
Hex D6 98 2A 0 1D 50 10 26 44 32
Octal 326 230 52 0 35 120 20 46 104 62
Binary 11010110 10011000 101010 0 11101 1010000 10000 100110 1000100 110010

Color Harmonies of #D6982A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6982A

Black with #D6982A

Text Example


Text Example

White with #D6982A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6982A; }

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

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

background-color css

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

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

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

border-color css

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

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

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