Html Css Color HEX #DB901D Buttercup

📋 copy color: '#DB901D'

red 219 ◦ green 144 ◦ blue 29

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

Shades of Buttercup #DB901D

Tints of Buttercup #DB901D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.73%

 BLUE value IS 29 (11.72% from 255) = 7.4%

R = 55.87%
G = 36.73%
B = 7.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DB901D (or 0xDB901D) is known color: Buttercup. HEX triplet: DB, 90 and 1D. RGB value is (219,144,29). Sum of RGB (Red+Green+Blue) = 219+144+29=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 29 (11.72% from 255 or 7.40% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB901D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB901D is #246FE2. Grayscale: #999999. Windows color (decimal): -2387939 or 1937627. OLE color: 1937627.

HSL color Cylindrical-coordinate representation of color #DB901D: hue angle of 36.32º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB901D is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 144 29 -
CMYK 0 0.34 0.87 0.14
HSL 36.32º 0.77% 0.49% -
HSV(B) 36.32º 0.87% 0.86% -
XYZ 39.41 35.1 5.86 -
YUV 153.32 57.85 174.85 -
System Red Green Blue C M Y K H S L
Decimal 219 144 29 0 0.34 0.87 0.14 36.32 0.77 0.49
Hex DB 90 1D 0 22 57 E 24 4D 31
Octal 333 220 35 0 42 127 16 44 115 61
Binary 11011011 10010000 11101 0 100010 1010111 1110 100100 1001101 110001

Color Harmonies of #DB901D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB901D

Black with #DB901D

Text Example


Text Example

White with #DB901D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB901D; }

 p { color: rgb(219,144,29); }

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

background-color css

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

 a { background-color: rgb(219,144,29); }

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

border-color css

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

 span { border-color: rgb(219,144,29); }

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