Html Css Color HEX #D8A034 Buttercup

📋 copy color: '#D8A034'

red 216 ◦ green 160 ◦ blue 52

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

Shades of Buttercup #D8A034

Tints of Buttercup #D8A034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.15%

R = 50.47%
G = 37.38%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D8A034 (or 0xD8A034) is known color: Buttercup. HEX triplet: D8, A0 and 34. RGB value is (216,160,52). Sum of RGB (Red+Green+Blue) = 216+160+52=428 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.47% from 428); Green value is 160 (62.89% from 255 or 37.38% from 428); Blue value is 52 (20.70% from 255 or 12.15% from 428); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A034 is #275FCB. Grayscale: #A4A4A4. Windows color (decimal): -2580428 or 3449048. OLE color: 3449048.

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

Color convert

RGB 216 160 52 -
CMYK 0 0.26 0.76 0.15
HSL 39.51º 0.68% 0.53% -
HSV(B) 39.51º 0.76% 0.85% -
XYZ 41.51 39.99 8.78 -
YUV 164.43 64.55 164.78 -
System Red Green Blue C M Y K H S L
Decimal 216 160 52 0 0.26 0.76 0.15 39.51 0.68 0.53
Hex D8 A0 34 0 1A 4C F 28 44 35
Octal 330 240 64 0 32 114 17 50 104 65
Binary 11011000 10100000 110100 0 11010 1001100 1111 101000 1000100 110101

Color Harmonies of #D8A034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A034

Black with #D8A034

Text Example


Text Example

White with #D8A034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A034; }

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

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

background-color css

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

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

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

border-color css

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

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

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