Html Css Color HEX #D79D2A Buttercup

📋 copy color: '#D79D2A'

red 215 ◦ green 157 ◦ blue 42

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

Shades of Buttercup #D79D2A

Tints of Buttercup #D79D2A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.92%

 BLUE value IS 42 (16.8% from 255) = 10.14%

R = 51.93%
G = 37.92%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D79D2A (or 0xD79D2A) is known color: Buttercup. HEX triplet: D7, 9D and 2A. RGB value is (215,157,42). Sum of RGB (Red+Green+Blue) = 215+157+42=414 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.93% from 414); Green value is 157 (61.72% from 255 or 37.92% from 414); Blue value is 42 (16.80% from 255 or 10.14% from 414); Max value from RGB is 215 - color contains mainly: red. Hex color #D79D2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D79D2A is #2862D5. Grayscale: #A1A1A1. Windows color (decimal): -2646742 or 2792919. OLE color: 2792919.

HSL color Cylindrical-coordinate representation of color #D79D2A: hue angle of 39.88º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D79D2A is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 157 42 -
CMYK 0 0.27 0.80 0.16
HSL 39.88º 0.68% 0.5% -
HSV(B) 39.88º 0.8% 0.84% -
XYZ 40.5 38.73 7.53 -
YUV 161.23 60.72 166.35 -
System Red Green Blue C M Y K H S L
Decimal 215 157 42 0 0.27 0.80 0.16 39.88 0.68 0.5
Hex D7 9D 2A 0 1B 50 10 28 44 32
Octal 327 235 52 0 33 120 20 50 104 62
Binary 11010111 10011101 101010 0 11011 1010000 10000 101000 1000100 110010

Color Harmonies of #D79D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79D2A

Black with #D79D2A

Text Example


Text Example

White with #D79D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79D2A; }

 p { color: rgb(215,157,42); }

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

background-color css

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

 a { background-color: rgb(215,157,42); }

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

border-color css

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

 span { border-color: rgb(215,157,42); }

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