Html Css Color HEX #D9A030 Buttercup

📋 copy color: '#D9A030'

red 217 ◦ green 160 ◦ blue 48

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

Shades of Buttercup #D9A030

Tints of Buttercup #D9A030

RGB

 RED value IS 217 (85.16% from 255) = 51.06%

 GREEN value IS 160 (62.89% from 255) = 37.65%

 BLUE value IS 48 (19.14% from 255) = 11.29%

R = 51.06%
G = 37.65%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D9A030 (or 0xD9A030) is known color: Buttercup. HEX triplet: D9, A0 and 30. RGB value is (217,160,48). Sum of RGB (Red+Green+Blue) = 217+160+48=425 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.06% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 48 (19.14% from 255 or 11.29% from 425); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A030 is #265FCF. Grayscale: #A4A4A4. Windows color (decimal): -2514896 or 3186905. OLE color: 3186905.

HSL color Cylindrical-coordinate representation of color #D9A030: hue angle of 39.76º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D9A030 is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 160 48 -
CMYK 0 0.26 0.78 0.15
HSL 39.76º 0.69% 0.52% -
HSV(B) 39.76º 0.78% 0.85% -
XYZ 41.72 40.11 8.34 -
YUV 164.28 62.38 165.61 -
System Red Green Blue C M Y K H S L
Decimal 217 160 48 0 0.26 0.78 0.15 39.76 0.69 0.52
Hex D9 A0 30 0 1A 4E F 28 45 34
Octal 331 240 60 0 32 116 17 50 105 64
Binary 11011001 10100000 110000 0 11010 1001110 1111 101000 1000101 110100

Color Harmonies of #D9A030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A030

Black with #D9A030

Text Example


Text Example

White with #D9A030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A030; }

 p { color: rgb(217,160,48); }

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

background-color css

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

 a { background-color: rgb(217,160,48); }

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

border-color css

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

 span { border-color: rgb(217,160,48); }

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