Html Css Color HEX #D7A030 Buttercup

📋 copy color: '#D7A030'

red 215 ◦ green 160 ◦ blue 48

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

Shades of Buttercup #D7A030

Tints of Buttercup #D7A030

RGB

 RED value IS 215 (84.38% from 255) = 50.83%

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

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

R = 50.83%
G = 37.83%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D7A030 (or 0xD7A030) is known color: Buttercup. HEX triplet: D7, A0 and 30. RGB value is (215,160,48). Sum of RGB (Red+Green+Blue) = 215+160+48=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 48 (19.14% from 255 or 11.35% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A030 is #285FCF. Grayscale: #A4A4A4. Windows color (decimal): -2645968 or 3186903. OLE color: 3186903.

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

Color convert

RGB 215 160 48 -
CMYK 0 0.26 0.78 0.16
HSL 40.24º 0.68% 0.52% -
HSV(B) 40.24º 0.78% 0.84% -
XYZ 41.13 39.8 8.31 -
YUV 163.68 62.72 164.61 -
System Red Green Blue C M Y K H S L
Decimal 215 160 48 0 0.26 0.78 0.16 40.24 0.68 0.52
Hex D7 A0 30 0 1A 4E 10 28 44 34
Octal 327 240 60 0 32 116 20 50 104 64
Binary 11010111 10100000 110000 0 11010 1001110 10000 101000 1000100 110100

Color Harmonies of #D7A030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A030

Black with #D7A030

Text Example


Text Example

White with #D7A030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A030; }

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

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

background-color css

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

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

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

border-color css

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

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

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