Html Css Color HEX #D3982C Buttercup

📋 copy color: '#D3982C'

red 211 ◦ green 152 ◦ blue 44

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

Shades of Buttercup #D3982C

Tints of Buttercup #D3982C

RGB

 RED value IS 211 (82.81% from 255) = 51.84%

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

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

R = 51.84%
G = 37.35%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D3982C (or 0xD3982C) is known color: Buttercup. HEX triplet: D3, 98 and 2C. RGB value is (211,152,44). Sum of RGB (Red+Green+Blue) = 211+152+44=407 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.84% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 44 (17.58% from 255 or 10.81% from 407); Max value from RGB is 211 - color contains mainly: red. Hex color #D3982C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3982C is #2C67D3. Grayscale: #9D9D9D. Windows color (decimal): -2910164 or 2922707. OLE color: 2922707.

HSL color Cylindrical-coordinate representation of color #D3982C: hue angle of 38.8º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D3982C is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 152 44 -
CMYK 0 0.28 0.79 0.17
HSL 38.8º 0.65% 0.5% -
HSV(B) 38.8º 0.79% 0.83% -
XYZ 38.55 36.49 7.39 -
YUV 157.33 64.05 166.28 -
System Red Green Blue C M Y K H S L
Decimal 211 152 44 0 0.28 0.79 0.17 38.8 0.65 0.5
Hex D3 98 2C 0 1C 4F 11 27 41 32
Octal 323 230 54 0 34 117 21 47 101 62
Binary 11010011 10011000 101100 0 11100 1001111 10001 100111 1000001 110010

Color Harmonies of #D3982C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3982C

Black with #D3982C

Text Example


Text Example

White with #D3982C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3982C; }

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

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

background-color css

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

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

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

border-color css

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

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

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