Html Css Color HEX #D8A030 Buttercup

📋 copy color: '#D8A030'

red 216 ◦ green 160 ◦ blue 48

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

Shades of Buttercup #D8A030

Tints of Buttercup #D8A030

RGB

 RED value IS 216 (84.77% from 255) = 50.94%

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

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

R = 50.94%
G = 37.74%
B = 11.32%

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

#D8A030 (or 0xD8A030) is known color: Buttercup. HEX triplet: D8, A0 and 30. RGB value is (216,160,48). Sum of RGB (Red+Green+Blue) = 216+160+48=424 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.94% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 48 (19.14% from 255 or 11.32% from 424); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A030 is #275FCF. Grayscale: #A4A4A4. Windows color (decimal): -2580432 or 3186904. OLE color: 3186904.

HSL color Cylindrical-coordinate representation of color #D8A030: hue angle of 40º degrees, saturation: 0.68, 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 #D8A030 is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 160 48 -
CMYK 0 0.26 0.78 0.15
HSL 40º 0.68% 0.52% -
HSV(B) 40º 0.78% 0.85% -
XYZ 41.42 39.95 8.32 -
YUV 163.98 62.55 165.11 -
System Red Green Blue C M Y K H S L
Decimal 216 160 48 0 0.26 0.78 0.15 40 0.68 0.52
Hex D8 A0 30 0 1A 4E F 28 44 34
Octal 330 240 60 0 32 116 17 50 104 64
Binary 11011000 10100000 110000 0 11010 1001110 1111 101000 1000100 110100

Color Harmonies of #D8A030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A030

Black with #D8A030

Text Example


Text Example

White with #D8A030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A030; }

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

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

background-color css

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

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

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

border-color css

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

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

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