Html Css Color HEX #DB8A1D Buttercup

📋 copy color: '#DB8A1D'

red 219 ◦ green 138 ◦ blue 29

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

Shades of Buttercup #DB8A1D

Tints of Buttercup #DB8A1D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.75%

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

R = 56.74%
G = 35.75%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DB8A1D (or 0xDB8A1D) is known color: Buttercup. HEX triplet: DB, 8A and 1D. RGB value is (219,138,29). Sum of RGB (Red+Green+Blue) = 219+138+29=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 29 (11.72% from 255 or 7.51% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8A1D is #2475E2. Grayscale: #969696. Windows color (decimal): -2389475 or 1936091. OLE color: 1936091.

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

Color convert

RGB 219 138 29 -
CMYK 0 0.37 0.87 0.14
HSL 34.42º 0.77% 0.49% -
HSV(B) 34.42º 0.87% 0.86% -
XYZ 38.52 33.33 5.56 -
YUV 149.79 59.84 177.36 -
System Red Green Blue C M Y K H S L
Decimal 219 138 29 0 0.37 0.87 0.14 34.42 0.77 0.49
Hex DB 8A 1D 0 25 57 E 22 4D 31
Octal 333 212 35 0 45 127 16 42 115 61
Binary 11011011 10001010 11101 0 100101 1010111 1110 100010 1001101 110001

Color Harmonies of #DB8A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8A1D

Black with #DB8A1D

Text Example


Text Example

White with #DB8A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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