Html Css Color HEX #DB9C26 Buttercup

📋 copy color: '#DB9C26'

red 219 ◦ green 156 ◦ blue 38

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

Shades of Buttercup #DB9C26

Tints of Buttercup #DB9C26

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.77%

 BLUE value IS 38 (15.23% from 255) = 9.2%

R = 53.03%
G = 37.77%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DB9C26 (or 0xDB9C26) is known color: Buttercup. HEX triplet: DB, 9C and 26. RGB value is (219,156,38). Sum of RGB (Red+Green+Blue) = 219+156+38=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 156 (61.33% from 255 or 37.77% from 413); Blue value is 38 (15.23% from 255 or 9.20% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9C26 is #2463D9. Grayscale: #A1A1A1. Windows color (decimal): -2384858 or 2530523. OLE color: 2530523.

HSL color Cylindrical-coordinate representation of color #DB9C26: hue angle of 39.12º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB9C26 is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 156 38 -
CMYK 0 0.29 0.83 0.14
HSL 39.12º 0.72% 0.5% -
HSV(B) 39.12º 0.83% 0.86% -
XYZ 41.45 38.98 7.17 -
YUV 161.39 58.37 169.09 -
System Red Green Blue C M Y K H S L
Decimal 219 156 38 0 0.29 0.83 0.14 39.12 0.72 0.5
Hex DB 9C 26 0 1D 53 E 27 48 32
Octal 333 234 46 0 35 123 16 47 110 62
Binary 11011011 10011100 100110 0 11101 1010011 1110 100111 1001000 110010

Color Harmonies of #DB9C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9C26

Black with #DB9C26

Text Example


Text Example

White with #DB9C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9C26; }

 p { color: rgb(219,156,38); }

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

background-color css

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

 a { background-color: rgb(219,156,38); }

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

border-color css

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

 span { border-color: rgb(219,156,38); }

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