Html Css Color HEX #D7952F Buttercup

📋 copy color: '#D7952F'

red 215 ◦ green 149 ◦ blue 47

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

Shades of Buttercup #D7952F

Tints of Buttercup #D7952F

RGB

 RED value IS 215 (84.38% from 255) = 52.31%

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

 BLUE value IS 47 (18.75% from 255) = 11.44%

R = 52.31%
G = 36.25%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D7952F (or 0xD7952F) is known color: Buttercup. HEX triplet: D7, 95 and 2F. RGB value is (215,149,47). Sum of RGB (Red+Green+Blue) = 215+149+47=411 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.31% from 411); Green value is 149 (58.59% from 255 or 36.25% from 411); Blue value is 47 (18.75% from 255 or 11.44% from 411); Max value from RGB is 215 - color contains mainly: red. Hex color #D7952F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7952F is #286AD0. Grayscale: #9D9D9D. Windows color (decimal): -2648785 or 3118551. OLE color: 3118551.

HSL color Cylindrical-coordinate representation of color #D7952F: hue angle of 36.43º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D7952F is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 149 47 -
CMYK 0 0.31 0.78 0.16
HSL 36.43º 0.68% 0.51% -
HSV(B) 36.43º 0.78% 0.84% -
XYZ 39.28 36.15 7.6 -
YUV 157.11 65.87 169.29 -
System Red Green Blue C M Y K H S L
Decimal 215 149 47 0 0.31 0.78 0.16 36.43 0.68 0.51
Hex D7 95 2F 0 1F 4E 10 24 44 33
Octal 327 225 57 0 37 116 20 44 104 63
Binary 11010111 10010101 101111 0 11111 1001110 10000 100100 1000100 110011

Color Harmonies of #D7952F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7952F

Black with #D7952F

Text Example


Text Example

White with #D7952F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7952F; }

 p { color: rgb(215,149,47); }

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

background-color css

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

 a { background-color: rgb(215,149,47); }

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

border-color css

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

 span { border-color: rgb(215,149,47); }

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