Html Css Color HEX #DB8818 Buttercup

📋 copy color: '#DB8818'

red 219 ◦ green 136 ◦ blue 24

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

Shades of Buttercup #DB8818

Tints of Buttercup #DB8818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.33%

R = 57.78%
G = 35.88%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB8818 (or 0xDB8818) is known color: Buttercup. HEX triplet: DB, 88 and 18. RGB value is (219,136,24). Sum of RGB (Red+Green+Blue) = 219+136+24=379 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.78% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 24 (9.77% from 255 or 6.33% from 379); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8818 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8818 is #2477E7. Grayscale: #949494. Windows color (decimal): -2389992 or 1607899. OLE color: 1607899.

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

Color convert

RGB 219 136 24 -
CMYK 0 0.38 0.89 0.14
HSL 34.46º 0.8% 0.48% -
HSV(B) 34.46º 0.89% 0.86% -
XYZ 38.18 32.73 5.17 -
YUV 148.05 58 178.61 -
System Red Green Blue C M Y K H S L
Decimal 219 136 24 0 0.38 0.89 0.14 34.46 0.8 0.48
Hex DB 88 18 0 26 59 E 22 50 30
Octal 333 210 30 0 46 131 16 42 120 60
Binary 11011011 10001000 11000 0 100110 1011001 1110 100010 1010000 110000

Color Harmonies of #DB8818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8818

Black with #DB8818

Text Example


Text Example

White with #DB8818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8818; }

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

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

background-color css

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

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

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

border-color css

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

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

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