Html Css Color HEX #D7962F Buttercup

📋 copy color: '#D7962F'

red 215 ◦ green 150 ◦ blue 47

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

Shades of Buttercup #D7962F

Tints of Buttercup #D7962F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.41%

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

R = 52.18%
G = 36.41%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D7962F (or 0xD7962F) is known color: Buttercup. HEX triplet: D7, 96 and 2F. RGB value is (215,150,47). Sum of RGB (Red+Green+Blue) = 215+150+47=412 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.18% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 47 (18.75% from 255 or 11.41% from 412); Max value from RGB is 215 - color contains mainly: red. Hex color #D7962F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7962F is #2869D0. Grayscale: #9E9E9E. Windows color (decimal): -2648529 or 3118807. OLE color: 3118807.

HSL color Cylindrical-coordinate representation of color #D7962F: hue angle of 36.79º 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 #D7962F is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 150 47 -
CMYK 0 0.30 0.78 0.16
HSL 36.79º 0.68% 0.51% -
HSV(B) 36.79º 0.78% 0.84% -
XYZ 39.44 36.47 7.65 -
YUV 157.69 65.53 168.88 -
System Red Green Blue C M Y K H S L
Decimal 215 150 47 0 0.30 0.78 0.16 36.79 0.68 0.51
Hex D7 96 2F 0 1E 4E 10 25 44 33
Octal 327 226 57 0 36 116 20 45 104 63
Binary 11010111 10010110 101111 0 11110 1001110 10000 100101 1000100 110011

Color Harmonies of #D7962F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7962F

Black with #D7962F

Text Example


Text Example

White with #D7962F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7962F; }

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

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

background-color css

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

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

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

border-color css

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

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

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