Html Css Color HEX #DB882B Buttercup

📋 copy color: '#DB882B'

red 219 ◦ green 136 ◦ blue 43

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

Shades of Buttercup #DB882B

Tints of Buttercup #DB882B

RGB

 RED value IS 219 (85.94% from 255) = 55.03%

 GREEN value IS 136 (53.52% from 255) = 34.17%

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

R = 55.03%
G = 34.17%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB882B (or 0xDB882B) is known color: Buttercup. HEX triplet: DB, 88 and 2B. RGB value is (219,136,43). Sum of RGB (Red+Green+Blue) = 219+136+43=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 43 (17.19% from 255 or 10.80% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB882B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB882B is #2477D4. Grayscale: #969696. Windows color (decimal): -2389973 or 2853083. OLE color: 2853083.

HSL color Cylindrical-coordinate representation of color #DB882B: hue angle of 31.7º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB882B is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 136 43 -
CMYK 0 0.38 0.80 0.14
HSL 31.7º 0.71% 0.51% -
HSV(B) 31.7º 0.8% 0.86% -
XYZ 38.45 32.84 6.6 -
YUV 150.22 67.5 177.06 -
System Red Green Blue C M Y K H S L
Decimal 219 136 43 0 0.38 0.80 0.14 31.7 0.71 0.51
Hex DB 88 2B 0 26 50 E 20 47 33
Octal 333 210 53 0 46 120 16 40 107 63
Binary 11011011 10001000 101011 0 100110 1010000 1110 100000 1000111 110011

Color Harmonies of #DB882B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB882B

Black with #DB882B

Text Example


Text Example

White with #DB882B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB882B; }

 p { color: rgb(219,136,43); }

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

background-color css

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

 a { background-color: rgb(219,136,43); }

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

border-color css

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

 span { border-color: rgb(219,136,43); }

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