Html Css Color HEX #D1982C Buttercup

📋 copy color: '#D1982C'

red 209 ◦ green 152 ◦ blue 44

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

Shades of Buttercup #D1982C

Tints of Buttercup #D1982C

RGB

 RED value IS 209 (82.03% from 255) = 51.6%

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

 BLUE value IS 44 (17.58% from 255) = 10.86%

R = 51.6%
G = 37.53%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D1982C (or 0xD1982C) is known color: Buttercup. HEX triplet: D1, 98 and 2C. RGB value is (209,152,44). Sum of RGB (Red+Green+Blue) = 209+152+44=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 152 (59.77% from 255 or 37.53% from 405); Blue value is 44 (17.58% from 255 or 10.86% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D1982C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1982C is #2E67D3. Grayscale: #9D9D9D. Windows color (decimal): -3041236 or 2922705. OLE color: 2922705.

HSL color Cylindrical-coordinate representation of color #D1982C: hue angle of 39.27º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D1982C is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 152 44 -
CMYK 0 0.27 0.79 0.18
HSL 39.27º 0.65% 0.5% -
HSV(B) 39.27º 0.79% 0.82% -
XYZ 37.98 36.19 7.37 -
YUV 156.73 64.38 165.28 -
System Red Green Blue C M Y K H S L
Decimal 209 152 44 0 0.27 0.79 0.18 39.27 0.65 0.5
Hex D1 98 2C 0 1B 4F 12 27 41 32
Octal 321 230 54 0 33 117 22 47 101 62
Binary 11010001 10011000 101100 0 11011 1001111 10010 100111 1000001 110010

Color Harmonies of #D1982C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1982C

Black with #D1982C

Text Example


Text Example

White with #D1982C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1982C; }

 p { color: rgb(209,152,44); }

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

background-color css

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

 a { background-color: rgb(209,152,44); }

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

border-color css

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

 span { border-color: rgb(209,152,44); }

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