Html Css Color HEX #D9982C Buttercup

📋 copy color: '#D9982C'

red 217 ◦ green 152 ◦ blue 44

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

Shades of Buttercup #D9982C

Tints of Buttercup #D9982C

RGB

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

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

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

R = 52.54%
G = 36.8%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D9982C (or 0xD9982C) is known color: Buttercup. HEX triplet: D9, 98 and 2C. RGB value is (217,152,44). Sum of RGB (Red+Green+Blue) = 217+152+44=413 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.54% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 44 (17.58% from 255 or 10.65% from 413); Max value from RGB is 217 - color contains mainly: red. Hex color #D9982C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9982C is #2667D3. Grayscale: #9F9F9F. Windows color (decimal): -2516948 or 2922713. OLE color: 2922713.

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

Color convert

RGB 217 152 44 -
CMYK 0 0.30 0.80 0.15
HSL 37.46º 0.69% 0.51% -
HSV(B) 37.46º 0.8% 0.85% -
XYZ 40.3 37.39 7.48 -
YUV 159.12 63.03 169.28 -
System Red Green Blue C M Y K H S L
Decimal 217 152 44 0 0.30 0.80 0.15 37.46 0.69 0.51
Hex D9 98 2C 0 1E 50 F 25 45 33
Octal 331 230 54 0 36 120 17 45 105 63
Binary 11011001 10011000 101100 0 11110 1010000 1111 100101 1000101 110011

Color Harmonies of #D9982C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9982C

Black with #D9982C

Text Example


Text Example

White with #D9982C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9982C; }

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

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

background-color css

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

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

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

border-color css

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

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

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