Html Css Color HEX #DB9C2C Buttercup

📋 copy color: '#DB9C2C'

red 219 ◦ green 156 ◦ blue 44

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

Shades of Buttercup #DB9C2C

Tints of Buttercup #DB9C2C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.23%

 BLUE value IS 44 (17.58% from 255) = 10.5%

R = 52.27%
G = 37.23%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB9C2C (or 0xDB9C2C) is known color: Buttercup. HEX triplet: DB, 9C and 2C. RGB value is (219,156,44). Sum of RGB (Red+Green+Blue) = 219+156+44=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 44 (17.58% from 255 or 10.50% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9C2C is #2463D3. Grayscale: #A2A2A2. Windows color (decimal): -2384852 or 2923739. OLE color: 2923739.

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

Color convert

RGB 219 156 44 -
CMYK 0 0.29 0.80 0.14
HSL 38.4º 0.71% 0.52% -
HSV(B) 38.4º 0.8% 0.86% -
XYZ 41.56 39.02 7.72 -
YUV 162.07 61.37 168.61 -
System Red Green Blue C M Y K H S L
Decimal 219 156 44 0 0.29 0.80 0.14 38.4 0.71 0.52
Hex DB 9C 2C 0 1D 50 E 26 47 34
Octal 333 234 54 0 35 120 16 46 107 64
Binary 11011011 10011100 101100 0 11101 1010000 1110 100110 1000111 110100

Color Harmonies of #DB9C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9C2C

Black with #DB9C2C

Text Example


Text Example

White with #DB9C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9C2C; }

 p { color: rgb(219,156,44); }

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

background-color css

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

 a { background-color: rgb(219,156,44); }

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

border-color css

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

 span { border-color: rgb(219,156,44); }

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