Html Css Color HEX #DB9927 Buttercup

📋 copy color: '#DB9927'

red 219 ◦ green 153 ◦ blue 39

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

Shades of Buttercup #DB9927

Tints of Buttercup #DB9927

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.23%

 BLUE value IS 39 (15.63% from 255) = 9.49%

R = 53.28%
G = 37.23%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DB9927 (or 0xDB9927) is known color: Buttercup. HEX triplet: DB, 99 and 27. RGB value is (219,153,39). Sum of RGB (Red+Green+Blue) = 219+153+39=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 39 (15.62% from 255 or 9.49% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9927 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9927 is #2466D8. Grayscale: #A0A0A0. Windows color (decimal): -2385625 or 2595291. OLE color: 2595291.

HSL color Cylindrical-coordinate representation of color #DB9927: hue angle of 38º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB9927 is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 153 39 -
CMYK 0 0.30 0.82 0.14
HSL 38º 0.71% 0.51% -
HSV(B) 38º 0.82% 0.86% -
XYZ 40.97 37.99 7.09 -
YUV 159.74 59.87 170.27 -
System Red Green Blue C M Y K H S L
Decimal 219 153 39 0 0.30 0.82 0.14 38 0.71 0.51
Hex DB 99 27 0 1E 52 E 26 47 33
Octal 333 231 47 0 36 122 16 46 107 63
Binary 11011011 10011001 100111 0 11110 1010010 1110 100110 1000111 110011

Color Harmonies of #DB9927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9927

Black with #DB9927

Text Example


Text Example

White with #DB9927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9927; }

 p { color: rgb(219,153,39); }

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

background-color css

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

 a { background-color: rgb(219,153,39); }

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

border-color css

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

 span { border-color: rgb(219,153,39); }

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