Html Css Color HEX #DB952F Buttercup

📋 copy color: '#DB952F'

red 219 ◦ green 149 ◦ blue 47

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

Shades of Buttercup #DB952F

Tints of Buttercup #DB952F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.9%

 BLUE value IS 47 (18.75% from 255) = 11.33%

R = 52.77%
G = 35.9%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB952F (or 0xDB952F) is known color: Buttercup. HEX triplet: DB, 95 and 2F. RGB value is (219,149,47). Sum of RGB (Red+Green+Blue) = 219+149+47=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 47 (18.75% from 255 or 11.33% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB952F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB952F is #246AD0. Grayscale: #9E9E9E. Windows color (decimal): -2386641 or 3118555. OLE color: 3118555.

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

Color convert

RGB 219 149 47 -
CMYK 0 0.32 0.79 0.14
HSL 35.58º 0.7% 0.52% -
HSV(B) 35.58º 0.79% 0.86% -
XYZ 40.47 36.76 7.65 -
YUV 158.3 65.19 171.29 -
System Red Green Blue C M Y K H S L
Decimal 219 149 47 0 0.32 0.79 0.14 35.58 0.7 0.52
Hex DB 95 2F 0 20 4F E 24 46 34
Octal 333 225 57 0 40 117 16 44 106 64
Binary 11011011 10010101 101111 0 100000 1001111 1110 100100 1000110 110100

Color Harmonies of #DB952F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB952F

Black with #DB952F

Text Example


Text Example

White with #DB952F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB952F; }

 p { color: rgb(219,149,47); }

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

background-color css

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

 a { background-color: rgb(219,149,47); }

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

border-color css

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

 span { border-color: rgb(219,149,47); }

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