Html Css Color HEX #DB9C34 Buttercup

📋 copy color: '#DB9C34'

red 219 ◦ green 156 ◦ blue 52

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

Shades of Buttercup #DB9C34

Tints of Buttercup #DB9C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.18%

R = 51.29%
G = 36.53%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DB9C34 (or 0xDB9C34) is known color: Buttercup. HEX triplet: DB, 9C and 34. RGB value is (219,156,52). Sum of RGB (Red+Green+Blue) = 219+156+52=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 156 (61.33% from 255 or 36.53% from 427); Blue value is 52 (20.70% from 255 or 12.18% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9C34 is #2463CB. Grayscale: #A3A3A3. Windows color (decimal): -2384844 or 3448027. OLE color: 3448027.

HSL color Cylindrical-coordinate representation of color #DB9C34: hue angle of 37.37º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB9C34 is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 156 52 -
CMYK 0 0.29 0.76 0.14
HSL 37.37º 0.7% 0.53% -
HSV(B) 37.37º 0.76% 0.86% -
XYZ 41.72 39.08 8.59 -
YUV 162.98 65.37 167.96 -
System Red Green Blue C M Y K H S L
Decimal 219 156 52 0 0.29 0.76 0.14 37.37 0.7 0.53
Hex DB 9C 34 0 1D 4C E 25 46 35
Octal 333 234 64 0 35 114 16 45 106 65
Binary 11011011 10011100 110100 0 11101 1001100 1110 100101 1000110 110101

Color Harmonies of #DB9C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9C34

Black with #DB9C34

Text Example


Text Example

White with #DB9C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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