Html Css Color HEX #DB971B Buttercup

📋 copy color: '#DB971B'

red 219 ◦ green 151 ◦ blue 27

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

Shades of Buttercup #DB971B

Tints of Buttercup #DB971B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.8%

R = 55.16%
G = 38.04%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB971B (or 0xDB971B) is known color: Buttercup. HEX triplet: DB, 97 and 1B. RGB value is (219,151,27). Sum of RGB (Red+Green+Blue) = 219+151+27=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 27 (10.94% from 255 or 6.80% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB971B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB971B is #2468E4. Grayscale: #9D9D9D. Windows color (decimal): -2386149 or 1808347. OLE color: 1808347.

HSL color Cylindrical-coordinate representation of color #DB971B: hue angle of 38.75º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB971B is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 151 27 -
CMYK 0 0.31 0.88 0.14
HSL 38.75º 0.78% 0.48% -
HSV(B) 38.75º 0.88% 0.86% -
XYZ 40.48 37.27 6.1 -
YUV 157.2 54.53 172.08 -
System Red Green Blue C M Y K H S L
Decimal 219 151 27 0 0.31 0.88 0.14 38.75 0.78 0.48
Hex DB 97 1B 0 1F 58 E 27 4E 30
Octal 333 227 33 0 37 130 16 47 116 60
Binary 11011011 10010111 11011 0 11111 1011000 1110 100111 1001110 110000

Color Harmonies of #DB971B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB971B

Black with #DB971B

Text Example


Text Example

White with #DB971B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB971B; }

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

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

background-color css

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

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

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

border-color css

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

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

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