Html Css Color HEX #DB952A Buttercup

📋 copy color: '#DB952A'

red 219 ◦ green 149 ◦ blue 42

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

Shades of Buttercup #DB952A

Tints of Buttercup #DB952A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.24%

R = 53.41%
G = 36.34%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DB952A (or 0xDB952A) is known color: Buttercup. HEX triplet: DB, 95 and 2A. RGB value is (219,149,42). Sum of RGB (Red+Green+Blue) = 219+149+42=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 42 (16.80% from 255 or 10.24% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB952A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB952A is #246AD5. Grayscale: #9E9E9E. Windows color (decimal): -2386646 or 2790875. OLE color: 2790875.

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

Color convert

RGB 219 149 42 -
CMYK 0 0.32 0.81 0.14
HSL 36.27º 0.71% 0.51% -
HSV(B) 36.27º 0.81% 0.86% -
XYZ 40.38 36.72 7.15 -
YUV 157.73 62.69 171.7 -
System Red Green Blue C M Y K H S L
Decimal 219 149 42 0 0.32 0.81 0.14 36.27 0.71 0.51
Hex DB 95 2A 0 20 51 E 24 47 33
Octal 333 225 52 0 40 121 16 44 107 63
Binary 11011011 10010101 101010 0 100000 1010001 1110 100100 1000111 110011

Color Harmonies of #DB952A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB952A

Black with #DB952A

Text Example


Text Example

White with #DB952A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB952A; }

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

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

background-color css

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

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

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

border-color css

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

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

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