Html Css Color HEX #DB9B35 Buttercup

📋 copy color: '#DB9B35'

red 219 ◦ green 155 ◦ blue 53

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

Shades of Buttercup #DB9B35

Tints of Buttercup #DB9B35

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.3%

 BLUE value IS 53 (21.09% from 255) = 12.41%

R = 51.29%
G = 36.3%
B = 12.41%

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

#DB9B35 (or 0xDB9B35) is known color: Buttercup. HEX triplet: DB, 9B and 35. RGB value is (219,155,53). Sum of RGB (Red+Green+Blue) = 219+155+53=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 155 (60.94% from 255 or 36.30% from 427); Blue value is 53 (21.09% from 255 or 12.41% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9B35 is #2464CA. Grayscale: #A2A2A2. Windows color (decimal): -2385099 or 3513307. OLE color: 3513307.

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

Color convert

RGB 219 155 53 -
CMYK 0 0.29 0.76 0.14
HSL 36.87º 0.7% 0.53% -
HSV(B) 36.87º 0.76% 0.86% -
XYZ 41.58 38.76 8.66 -
YUV 162.51 66.2 168.29 -
System Red Green Blue C M Y K H S L
Decimal 219 155 53 0 0.29 0.76 0.14 36.87 0.7 0.53
Hex DB 9B 35 0 1D 4C E 25 46 35
Octal 333 233 65 0 35 114 16 45 106 65
Binary 11011011 10011011 110101 0 11101 1001100 1110 100101 1000110 110101

Color Harmonies of #DB9B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9B35

Black with #DB9B35

Text Example


Text Example

White with #DB9B35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9B35; }

 p { color: rgb(219,155,53); }

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

background-color css

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

 a { background-color: rgb(219,155,53); }

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

border-color css

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

 span { border-color: rgb(219,155,53); }

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