Html Css Color HEX #D8892A Buttercup

📋 copy color: '#D8892A'

red 216 ◦ green 137 ◦ blue 42

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

Shades of Buttercup #D8892A

Tints of Buttercup #D8892A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.68%

 BLUE value IS 42 (16.8% from 255) = 10.63%

R = 54.68%
G = 34.68%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D8892A (or 0xD8892A) is known color: Buttercup. HEX triplet: D8, 89 and 2A. RGB value is (216,137,42). Sum of RGB (Red+Green+Blue) = 216+137+42=395 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.68% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 42 (16.80% from 255 or 10.63% from 395); Max value from RGB is 216 - color contains mainly: red. Hex color #D8892A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8892A is #2776D5. Grayscale: #969696. Windows color (decimal): -2586326 or 2787800. OLE color: 2787800.

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

Color convert

RGB 216 137 42 -
CMYK 0 0.37 0.81 0.15
HSL 32.76º 0.69% 0.51% -
HSV(B) 32.76º 0.81% 0.85% -
XYZ 37.68 32.66 6.51 -
YUV 149.79 67.17 175.22 -
System Red Green Blue C M Y K H S L
Decimal 216 137 42 0 0.37 0.81 0.15 32.76 0.69 0.51
Hex D8 89 2A 0 25 51 F 21 45 33
Octal 330 211 52 0 45 121 17 41 105 63
Binary 11011000 10001001 101010 0 100101 1010001 1111 100001 1000101 110011

Color Harmonies of #D8892A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8892A

Black with #D8892A

Text Example


Text Example

White with #D8892A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8892A; }

 p { color: rgb(216,137,42); }

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

background-color css

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

 a { background-color: rgb(216,137,42); }

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

border-color css

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

 span { border-color: rgb(216,137,42); }

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