Html Css Color HEX #DB8825 Buttercup

📋 copy color: '#DB8825'

red 219 ◦ green 136 ◦ blue 37

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

Shades of Buttercup #DB8825

Tints of Buttercup #DB8825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.44%

R = 55.87%
G = 34.69%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DB8825 (or 0xDB8825) is known color: Buttercup. HEX triplet: DB, 88 and 25. RGB value is (219,136,37). Sum of RGB (Red+Green+Blue) = 219+136+37=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 37 (14.84% from 255 or 9.44% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8825 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8825 is #2477DA. Grayscale: #969696. Windows color (decimal): -2389979 or 2459867. OLE color: 2459867.

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

Color convert

RGB 219 136 37 -
CMYK 0 0.38 0.83 0.14
HSL 32.64º 0.72% 0.5% -
HSV(B) 32.64º 0.83% 0.86% -
XYZ 38.35 32.8 6.06 -
YUV 149.53 64.5 177.55 -
System Red Green Blue C M Y K H S L
Decimal 219 136 37 0 0.38 0.83 0.14 32.64 0.72 0.5
Hex DB 88 25 0 26 53 E 21 48 32
Octal 333 210 45 0 46 123 16 41 110 62
Binary 11011011 10001000 100101 0 100110 1010011 1110 100001 1001000 110010

Color Harmonies of #DB8825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8825

Black with #DB8825

Text Example


Text Example

White with #DB8825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8825; }

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

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

background-color css

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

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

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

border-color css

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

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

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