Html Css Color HEX #DB8C21 Buttercup

📋 copy color: '#DB8C21'

red 219 ◦ green 140 ◦ blue 33

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

Shades of Buttercup #DB8C21

Tints of Buttercup #DB8C21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.42%

R = 55.87%
G = 35.71%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DB8C21 (or 0xDB8C21) is known color: Buttercup. HEX triplet: DB, 8C and 21. RGB value is (219,140,33). Sum of RGB (Red+Green+Blue) = 219+140+33=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 33 (13.28% from 255 or 8.42% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8C21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8C21 is #2473DE. Grayscale: #979797. Windows color (decimal): -2388959 or 2198747. OLE color: 2198747.

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

Color convert

RGB 219 140 33 -
CMYK 0 0.36 0.85 0.14
HSL 34.52º 0.74% 0.49% -
HSV(B) 34.52º 0.85% 0.86% -
XYZ 38.87 33.93 5.94 -
YUV 151.42 61.17 176.2 -
System Red Green Blue C M Y K H S L
Decimal 219 140 33 0 0.36 0.85 0.14 34.52 0.74 0.49
Hex DB 8C 21 0 24 55 E 23 4A 31
Octal 333 214 41 0 44 125 16 43 112 61
Binary 11011011 10001100 100001 0 100100 1010101 1110 100011 1001010 110001

Color Harmonies of #DB8C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8C21

Black with #DB8C21

Text Example


Text Example

White with #DB8C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8C21; }

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

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

background-color css

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

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

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

border-color css

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

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

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