Html Css Color HEX #DB962E Buttercup

📋 copy color: '#DB962E'

red 219 ◦ green 150 ◦ blue 46

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

Shades of Buttercup #DB962E

Tints of Buttercup #DB962E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.08%

R = 52.77%
G = 36.14%
B = 11.08%

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

#DB962E (or 0xDB962E) is known color: Buttercup. HEX triplet: DB, 96 and 2E. RGB value is (219,150,46). Sum of RGB (Red+Green+Blue) = 219+150+46=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 46 (18.36% from 255 or 11.08% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB962E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB962E is #2469D1. Grayscale: #9F9F9F. Windows color (decimal): -2386386 or 3053275. OLE color: 3053275.

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

Color convert

RGB 219 150 46 -
CMYK 0 0.32 0.79 0.14
HSL 36.07º 0.71% 0.52% -
HSV(B) 36.07º 0.79% 0.86% -
XYZ 40.61 37.07 7.6 -
YUV 158.78 64.36 170.96 -
System Red Green Blue C M Y K H S L
Decimal 219 150 46 0 0.32 0.79 0.14 36.07 0.71 0.52
Hex DB 96 2E 0 20 4F E 24 47 34
Octal 333 226 56 0 40 117 16 44 107 64
Binary 11011011 10010110 101110 0 100000 1001111 1110 100100 1000111 110100

Color Harmonies of #DB962E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB962E

Black with #DB962E

Text Example


Text Example

White with #DB962E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB962E; }

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

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

background-color css

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

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

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

border-color css

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

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

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