Html Css Color HEX #D8962B Buttercup

📋 copy color: '#D8962B'

red 216 ◦ green 150 ◦ blue 43

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

Shades of Buttercup #D8962B

Tints of Buttercup #D8962B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.51%

R = 52.81%
G = 36.67%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D8962B (or 0xD8962B) is known color: Buttercup. HEX triplet: D8, 96 and 2B. RGB value is (216,150,43). Sum of RGB (Red+Green+Blue) = 216+150+43=409 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.81% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 43 (17.19% from 255 or 10.51% from 409); Max value from RGB is 216 - color contains mainly: red. Hex color #D8962B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8962B is #2769D4. Grayscale: #9E9E9E. Windows color (decimal): -2582997 or 2856664. OLE color: 2856664.

HSL color Cylindrical-coordinate representation of color #D8962B: hue angle of 37.11º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D8962B is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 150 43 -
CMYK 0 0.31 0.80 0.15
HSL 37.11º 0.69% 0.51% -
HSV(B) 37.11º 0.8% 0.85% -
XYZ 39.66 36.59 7.26 -
YUV 157.54 63.37 169.7 -
System Red Green Blue C M Y K H S L
Decimal 216 150 43 0 0.31 0.80 0.15 37.11 0.69 0.51
Hex D8 96 2B 0 1F 50 F 25 45 33
Octal 330 226 53 0 37 120 17 45 105 63
Binary 11011000 10010110 101011 0 11111 1010000 1111 100101 1000101 110011

Color Harmonies of #D8962B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8962B

Black with #D8962B

Text Example


Text Example

White with #D8962B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8962B; }

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

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

background-color css

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

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

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

border-color css

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

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

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