Html Css Color HEX #DB8C29 Buttercup

📋 copy color: '#DB8C29'

red 219 ◦ green 140 ◦ blue 41

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

Shades of Buttercup #DB8C29

Tints of Buttercup #DB8C29

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35%

 BLUE value IS 41 (16.41% from 255) = 10.25%

R = 54.75%
G = 35%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DB8C29 (or 0xDB8C29) is known color: Buttercup. HEX triplet: DB, 8C and 29. RGB value is (219,140,41). Sum of RGB (Red+Green+Blue) = 219+140+41=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 41 (16.41% from 255 or 10.25% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8C29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8C29 is #2473D6. Grayscale: #989898. Windows color (decimal): -2388951 or 2723035. OLE color: 2723035.

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

Color convert

RGB 219 140 41 -
CMYK 0 0.36 0.81 0.14
HSL 33.37º 0.71% 0.51% -
HSV(B) 33.37º 0.81% 0.86% -
XYZ 38.99 33.98 6.6 -
YUV 152.34 65.17 175.55 -
System Red Green Blue C M Y K H S L
Decimal 219 140 41 0 0.36 0.81 0.14 33.37 0.71 0.51
Hex DB 8C 29 0 24 51 E 21 47 33
Octal 333 214 51 0 44 121 16 41 107 63
Binary 11011011 10001100 101001 0 100100 1010001 1110 100001 1000111 110011

Color Harmonies of #DB8C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8C29

Black with #DB8C29

Text Example


Text Example

White with #DB8C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8C29; }

 p { color: rgb(219,140,41); }

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

background-color css

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

 a { background-color: rgb(219,140,41); }

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

border-color css

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

 span { border-color: rgb(219,140,41); }

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