Html Css Color HEX #D8962F Buttercup

📋 copy color: '#D8962F'

red 216 ◦ green 150 ◦ blue 47

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

Shades of Buttercup #D8962F

Tints of Buttercup #D8962F

RGB

 RED value IS 216 (84.77% from 255) = 52.3%

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

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

R = 52.3%
G = 36.32%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D8962F (or 0xD8962F) is known color: Buttercup. HEX triplet: D8, 96 and 2F. RGB value is (216,150,47). Sum of RGB (Red+Green+Blue) = 216+150+47=413 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.30% from 413); Green value is 150 (58.98% from 255 or 36.32% from 413); Blue value is 47 (18.75% from 255 or 11.38% from 413); Max value from RGB is 216 - color contains mainly: red. Hex color #D8962F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8962F is #2769D0. Grayscale: #9E9E9E. Windows color (decimal): -2582993 or 3118808. OLE color: 3118808.

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

Color convert

RGB 216 150 47 -
CMYK 0 0.31 0.78 0.15
HSL 36.57º 0.68% 0.52% -
HSV(B) 36.57º 0.78% 0.85% -
XYZ 39.74 36.62 7.66 -
YUV 157.99 65.37 169.38 -
System Red Green Blue C M Y K H S L
Decimal 216 150 47 0 0.31 0.78 0.15 36.57 0.68 0.52
Hex D8 96 2F 0 1F 4E F 25 44 34
Octal 330 226 57 0 37 116 17 45 104 64
Binary 11011000 10010110 101111 0 11111 1001110 1111 100101 1000100 110100

Color Harmonies of #D8962F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8962F

Black with #D8962F

Text Example


Text Example

White with #D8962F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8962F; }

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

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

background-color css

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

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

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

border-color css

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

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

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