Html Css Color HEX #D2982D Buttercup

📋 copy color: '#D2982D'

red 210 ◦ green 152 ◦ blue 45

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

Shades of Buttercup #D2982D

Tints of Buttercup #D2982D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.06%

R = 51.6%
G = 37.35%
B = 11.06%

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

#D2982D (or 0xD2982D) is known color: Buttercup. HEX triplet: D2, 98 and 2D. RGB value is (210,152,45). Sum of RGB (Red+Green+Blue) = 210+152+45=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 45 (17.97% from 255 or 11.06% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D2982D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2982D is #2D67D2. Grayscale: #9D9D9D. Windows color (decimal): -2975699 or 2988242. OLE color: 2988242.

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

Color convert

RGB 210 152 45 -
CMYK 0 0.28 0.79 0.18
HSL 38.91º 0.65% 0.5% -
HSV(B) 38.91º 0.79% 0.82% -
XYZ 38.28 36.35 7.48 -
YUV 157.14 64.72 165.7 -
System Red Green Blue C M Y K H S L
Decimal 210 152 45 0 0.28 0.79 0.18 38.91 0.65 0.5
Hex D2 98 2D 0 1C 4F 12 27 41 32
Octal 322 230 55 0 34 117 22 47 101 62
Binary 11010010 10011000 101101 0 11100 1001111 10010 100111 1000001 110010

Color Harmonies of #D2982D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2982D

Black with #D2982D

Text Example


Text Example

White with #D2982D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2982D; }

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

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

background-color css

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

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

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

border-color css

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

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

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