Html Css Color HEX #DB9634 Buttercup

📋 copy color: '#DB9634'

red 219 ◦ green 150 ◦ blue 52

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

Shades of Buttercup #DB9634

Tints of Buttercup #DB9634

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.63%

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

R = 52.02%
G = 35.63%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DB9634 (or 0xDB9634) is known color: Buttercup. HEX triplet: DB, 96 and 34. RGB value is (219,150,52). Sum of RGB (Red+Green+Blue) = 219+150+52=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 52 (20.70% from 255 or 12.35% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9634 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9634 is #2469CB. Grayscale: #9F9F9F. Windows color (decimal): -2386380 or 3446491. OLE color: 3446491.

HSL color Cylindrical-coordinate representation of color #DB9634: hue angle of 35.21º 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 #DB9634 is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 150 52 -
CMYK 0 0.32 0.76 0.14
HSL 35.21º 0.7% 0.53% -
HSV(B) 35.21º 0.76% 0.86% -
XYZ 40.74 37.12 8.27 -
YUV 159.46 67.36 170.47 -
System Red Green Blue C M Y K H S L
Decimal 219 150 52 0 0.32 0.76 0.14 35.21 0.7 0.53
Hex DB 96 34 0 20 4C E 23 46 35
Octal 333 226 64 0 40 114 16 43 106 65
Binary 11011011 10010110 110100 0 100000 1001100 1110 100011 1000110 110101

Color Harmonies of #DB9634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9634

Black with #DB9634

Text Example


Text Example

White with #DB9634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9634; }

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

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

background-color css

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

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

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

border-color css

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

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

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