Html Css Color HEX #D3952D Buttercup

📋 copy color: '#D3952D'

red 211 ◦ green 149 ◦ blue 45

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

Shades of Buttercup #D3952D

Tints of Buttercup #D3952D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.79%

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

R = 52.1%
G = 36.79%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D3952D (or 0xD3952D) is known color: Buttercup. HEX triplet: D3, 95 and 2D. RGB value is (211,149,45). Sum of RGB (Red+Green+Blue) = 211+149+45=405 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.10% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 45 (17.97% from 255 or 11.11% from 405); Max value from RGB is 211 - color contains mainly: red. Hex color #D3952D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3952D is #2C6AD2. Grayscale: #9C9C9C. Windows color (decimal): -2910931 or 2987475. OLE color: 2987475.

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

Color convert

RGB 211 149 45 -
CMYK 0 0.29 0.79 0.17
HSL 37.59º 0.65% 0.5% -
HSV(B) 37.59º 0.79% 0.83% -
XYZ 38.09 35.53 7.33 -
YUV 155.68 65.54 167.46 -
System Red Green Blue C M Y K H S L
Decimal 211 149 45 0 0.29 0.79 0.17 37.59 0.65 0.5
Hex D3 95 2D 0 1D 4F 11 26 41 32
Octal 323 225 55 0 35 117 21 46 101 62
Binary 11010011 10010101 101101 0 11101 1001111 10001 100110 1000001 110010

Color Harmonies of #D3952D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3952D

Black with #D3952D

Text Example


Text Example

White with #D3952D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3952D; }

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

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

background-color css

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

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

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

border-color css

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

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

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