Html Css Color HEX #D3982D Buttercup

📋 copy color: '#D3982D'

red 211 ◦ green 152 ◦ blue 45

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

Shades of Buttercup #D3982D

Tints of Buttercup #D3982D

RGB

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

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

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

R = 51.72%
G = 37.25%
B = 11.03%

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

#D3982D (or 0xD3982D) is known color: Buttercup. HEX triplet: D3, 98 and 2D. RGB value is (211,152,45). Sum of RGB (Red+Green+Blue) = 211+152+45=408 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.72% from 408); Green value is 152 (59.77% from 255 or 37.25% from 408); Blue value is 45 (17.97% from 255 or 11.03% from 408); Max value from RGB is 211 - color contains mainly: red. Hex color #D3982D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3982D is #2C67D2. Grayscale: #9D9D9D. Windows color (decimal): -2910163 or 2988243. OLE color: 2988243.

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

Color convert

RGB 211 152 45 -
CMYK 0 0.28 0.79 0.17
HSL 38.67º 0.65% 0.5% -
HSV(B) 38.67º 0.79% 0.83% -
XYZ 38.57 36.49 7.49 -
YUV 157.44 64.55 166.2 -
System Red Green Blue C M Y K H S L
Decimal 211 152 45 0 0.28 0.79 0.17 38.67 0.65 0.5
Hex D3 98 2D 0 1C 4F 11 27 41 32
Octal 323 230 55 0 34 117 21 47 101 62
Binary 11010011 10011000 101101 0 11100 1001111 10001 100111 1000001 110010

Color Harmonies of #D3982D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3982D

Black with #D3982D

Text Example


Text Example

White with #D3982D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3982D; }

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

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

background-color css

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

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

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

border-color css

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

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

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