Html Css Color HEX #DB972E Buttercup

📋 copy color: '#DB972E'

red 219 ◦ green 151 ◦ blue 46

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

Shades of Buttercup #DB972E

Tints of Buttercup #DB972E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.3%

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

R = 52.64%
G = 36.3%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB972E (or 0xDB972E) is known color: Buttercup. HEX triplet: DB, 97 and 2E. RGB value is (219,151,46). Sum of RGB (Red+Green+Blue) = 219+151+46=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 151 (59.38% from 255 or 36.30% from 416); Blue value is 46 (18.36% from 255 or 11.06% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB972E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB972E is #2468D1. Grayscale: #9F9F9F. Windows color (decimal): -2386130 or 3053531. OLE color: 3053531.

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

Color convert

RGB 219 151 46 -
CMYK 0 0.31 0.79 0.14
HSL 36.42º 0.71% 0.52% -
HSV(B) 36.42º 0.79% 0.86% -
XYZ 40.77 37.39 7.65 -
YUV 159.36 64.03 170.54 -
System Red Green Blue C M Y K H S L
Decimal 219 151 46 0 0.31 0.79 0.14 36.42 0.71 0.52
Hex DB 97 2E 0 1F 4F E 24 47 34
Octal 333 227 56 0 37 117 16 44 107 64
Binary 11011011 10010111 101110 0 11111 1001111 1110 100100 1000111 110100

Color Harmonies of #DB972E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB972E

Black with #DB972E

Text Example


Text Example

White with #DB972E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB972E; }

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

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

background-color css

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

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

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

border-color css

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

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

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