Html Css Color HEX #D2982B Buttercup

📋 copy color: '#D2982B'

red 210 ◦ green 152 ◦ blue 43

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

Shades of Buttercup #D2982B

Tints of Buttercup #D2982B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.62%

R = 51.85%
G = 37.53%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D2982B (or 0xD2982B) is known color: Buttercup. HEX triplet: D2, 98 and 2B. RGB value is (210,152,43). Sum of RGB (Red+Green+Blue) = 210+152+43=405 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.85% from 405); Green value is 152 (59.77% from 255 or 37.53% from 405); Blue value is 43 (17.19% from 255 or 10.62% from 405); Max value from RGB is 210 - color contains mainly: red. Hex color #D2982B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2982B is #2D67D4. Grayscale: #9D9D9D. Windows color (decimal): -2975701 or 2857170. OLE color: 2857170.

HSL color Cylindrical-coordinate representation of color #D2982B: hue angle of 39.16º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D2982B is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 152 43 -
CMYK 0 0.28 0.80 0.18
HSL 39.16º 0.66% 0.5% -
HSV(B) 39.16º 0.8% 0.82% -
XYZ 38.24 36.33 7.28 -
YUV 156.92 63.72 165.86 -
System Red Green Blue C M Y K H S L
Decimal 210 152 43 0 0.28 0.80 0.18 39.16 0.66 0.5
Hex D2 98 2B 0 1C 50 12 27 42 32
Octal 322 230 53 0 34 120 22 47 102 62
Binary 11010010 10011000 101011 0 11100 1010000 10010 100111 1000010 110010

Color Harmonies of #D2982B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2982B

Black with #D2982B

Text Example


Text Example

White with #D2982B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2982B; }

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

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

background-color css

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

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

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

border-color css

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

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

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