Html Css Color HEX #D2982C Buttercup

📋 copy color: '#D2982C'

red 210 ◦ green 152 ◦ blue 44

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

Shades of Buttercup #D2982C

Tints of Buttercup #D2982C

RGB

 RED value IS 210 (82.42% from 255) = 51.72%

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

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

R = 51.72%
G = 37.44%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D2982C (or 0xD2982C) is known color: Buttercup. HEX triplet: D2, 98 and 2C. RGB value is (210,152,44). Sum of RGB (Red+Green+Blue) = 210+152+44=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 44 (17.58% from 255 or 10.84% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D2982C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2982C is #2D67D3. Grayscale: #9D9D9D. Windows color (decimal): -2975700 or 2922706. OLE color: 2922706.

HSL color Cylindrical-coordinate representation of color #D2982C: hue angle of 39.04º 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 #D2982C is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 152 44 -
CMYK 0 0.28 0.79 0.18
HSL 39.04º 0.65% 0.5% -
HSV(B) 39.04º 0.79% 0.82% -
XYZ 38.26 36.34 7.38 -
YUV 157.03 64.22 165.78 -
System Red Green Blue C M Y K H S L
Decimal 210 152 44 0 0.28 0.79 0.18 39.04 0.65 0.5
Hex D2 98 2C 0 1C 4F 12 27 41 32
Octal 322 230 54 0 34 117 22 47 101 62
Binary 11010010 10011000 101100 0 11100 1001111 10010 100111 1000001 110010

Color Harmonies of #D2982C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2982C

Black with #D2982C

Text Example


Text Example

White with #D2982C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2982C; }

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

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

background-color css

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

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

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

border-color css

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

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

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