Html Css Color HEX #DB952D Buttercup

📋 copy color: '#DB952D'

red 219 ◦ green 149 ◦ blue 45

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

Shades of Buttercup #DB952D

Tints of Buttercup #DB952D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.9%

R = 53.03%
G = 36.08%
B = 10.9%

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

#DB952D (or 0xDB952D) is known color: Buttercup. HEX triplet: DB, 95 and 2D. RGB value is (219,149,45). Sum of RGB (Red+Green+Blue) = 219+149+45=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 45 (17.97% from 255 or 10.90% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB952D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB952D is #246AD2. Grayscale: #9E9E9E. Windows color (decimal): -2386643 or 2987483. OLE color: 2987483.

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

Color convert

RGB 219 149 45 -
CMYK 0 0.32 0.79 0.14
HSL 35.86º 0.71% 0.52% -
HSV(B) 35.86º 0.79% 0.86% -
XYZ 40.43 36.74 7.44 -
YUV 158.07 64.19 171.46 -
System Red Green Blue C M Y K H S L
Decimal 219 149 45 0 0.32 0.79 0.14 35.86 0.71 0.52
Hex DB 95 2D 0 20 4F E 24 47 34
Octal 333 225 55 0 40 117 16 44 107 64
Binary 11011011 10010101 101101 0 100000 1001111 1110 100100 1000111 110100

Color Harmonies of #DB952D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB952D

Black with #DB952D

Text Example


Text Example

White with #DB952D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB952D; }

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

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

background-color css

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

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

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

border-color css

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

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

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