Html Css Color HEX #DB9C2D Buttercup

📋 copy color: '#DB9C2D'

red 219 ◦ green 156 ◦ blue 45

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

Shades of Buttercup #DB9C2D

Tints of Buttercup #DB9C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.71%

R = 52.14%
G = 37.14%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB9C2D (or 0xDB9C2D) is known color: Buttercup. HEX triplet: DB, 9C and 2D. RGB value is (219,156,45). Sum of RGB (Red+Green+Blue) = 219+156+45=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 156 (61.33% from 255 or 37.14% from 420); Blue value is 45 (17.97% from 255 or 10.71% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9C2D is #2463D2. Grayscale: #A2A2A2. Windows color (decimal): -2384851 or 2989275. OLE color: 2989275.

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

Color convert

RGB 219 156 45 -
CMYK 0 0.29 0.79 0.14
HSL 38.28º 0.71% 0.52% -
HSV(B) 38.28º 0.79% 0.86% -
XYZ 41.58 39.03 7.82 -
YUV 162.18 61.87 168.53 -
System Red Green Blue C M Y K H S L
Decimal 219 156 45 0 0.29 0.79 0.14 38.28 0.71 0.52
Hex DB 9C 2D 0 1D 4F E 26 47 34
Octal 333 234 55 0 35 117 16 46 107 64
Binary 11011011 10011100 101101 0 11101 1001111 1110 100110 1000111 110100

Color Harmonies of #DB9C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9C2D

Black with #DB9C2D

Text Example


Text Example

White with #DB9C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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