Html Css Color HEX #DB962F Buttercup

📋 copy color: '#DB962F'

red 219 ◦ green 150 ◦ blue 47

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

Shades of Buttercup #DB962F

Tints of Buttercup #DB962F

RGB

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

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

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

R = 52.64%
G = 36.06%
B = 11.3%

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

#DB962F (or 0xDB962F) is known color: Buttercup. HEX triplet: DB, 96 and 2F. RGB value is (219,150,47). Sum of RGB (Red+Green+Blue) = 219+150+47=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 150 (58.98% from 255 or 36.06% from 416); Blue value is 47 (18.75% from 255 or 11.30% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB962F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB962F is #2469D0. Grayscale: #9F9F9F. Windows color (decimal): -2386385 or 3118811. OLE color: 3118811.

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

Color convert

RGB 219 150 47 -
CMYK 0 0.32 0.79 0.14
HSL 35.93º 0.7% 0.52% -
HSV(B) 35.93º 0.79% 0.86% -
XYZ 40.63 37.08 7.7 -
YUV 158.89 64.86 170.88 -
System Red Green Blue C M Y K H S L
Decimal 219 150 47 0 0.32 0.79 0.14 35.93 0.7 0.52
Hex DB 96 2F 0 20 4F E 24 46 34
Octal 333 226 57 0 40 117 16 44 106 64
Binary 11011011 10010110 101111 0 100000 1001111 1110 100100 1000110 110100

Color Harmonies of #DB962F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB962F

Black with #DB962F

Text Example


Text Example

White with #DB962F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB962F; }

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

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

background-color css

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

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

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

border-color css

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

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

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