Html Css Color HEX #D9982D Buttercup

📋 copy color: '#D9982D'

red 217 ◦ green 152 ◦ blue 45

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

Shades of Buttercup #D9982D

Tints of Buttercup #D9982D

RGB

 RED value IS 217 (85.16% from 255) = 52.42%

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

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

R = 52.42%
G = 36.71%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D9982D (or 0xD9982D) is known color: Buttercup. HEX triplet: D9, 98 and 2D. RGB value is (217,152,45). Sum of RGB (Red+Green+Blue) = 217+152+45=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 152 (59.77% from 255 or 36.71% from 414); Blue value is 45 (17.97% from 255 or 10.87% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D9982D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9982D is #2667D2. Grayscale: #9F9F9F. Windows color (decimal): -2516947 or 2988249. OLE color: 2988249.

HSL color Cylindrical-coordinate representation of color #D9982D: hue angle of 37.33º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D9982D is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 152 45 -
CMYK 0 0.30 0.79 0.15
HSL 37.33º 0.69% 0.51% -
HSV(B) 37.33º 0.79% 0.85% -
XYZ 40.32 37.4 7.58 -
YUV 159.24 63.53 169.2 -
System Red Green Blue C M Y K H S L
Decimal 217 152 45 0 0.30 0.79 0.15 37.33 0.69 0.51
Hex D9 98 2D 0 1E 4F F 25 45 33
Octal 331 230 55 0 36 117 17 45 105 63
Binary 11011001 10011000 101101 0 11110 1001111 1111 100101 1000101 110011

Color Harmonies of #D9982D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9982D

Black with #D9982D

Text Example


Text Example

White with #D9982D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9982D; }

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

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

background-color css

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

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

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

border-color css

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

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

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