Html Css Color HEX #D79420 Buttercup

📋 copy color: '#D79420'

red 215 ◦ green 148 ◦ blue 32

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

Shades of Buttercup #D79420

Tints of Buttercup #D79420

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.47%

 BLUE value IS 32 (12.89% from 255) = 8.1%

R = 54.43%
G = 37.47%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D79420 (or 0xD79420) is known color: Buttercup. HEX triplet: D7, 94 and 20. RGB value is (215,148,32). Sum of RGB (Red+Green+Blue) = 215+148+32=395 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.43% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 32 (12.89% from 255 or 8.10% from 395); Max value from RGB is 215 - color contains mainly: red. Hex color #D79420 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D79420 is #286BDF. Grayscale: #9B9B9B. Windows color (decimal): -2649056 or 2135255. OLE color: 2135255.

HSL color Cylindrical-coordinate representation of color #D79420: hue angle of 38.03º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D79420 is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 148 32 -
CMYK 0 0.31 0.85 0.16
HSL 38.03º 0.74% 0.48% -
HSV(B) 38.03º 0.85% 0.84% -
XYZ 38.87 35.73 6.21 -
YUV 154.81 58.7 170.93 -
System Red Green Blue C M Y K H S L
Decimal 215 148 32 0 0.31 0.85 0.16 38.03 0.74 0.48
Hex D7 94 20 0 1F 55 10 26 4A 30
Octal 327 224 40 0 37 125 20 46 112 60
Binary 11010111 10010100 100000 0 11111 1010101 10000 100110 1001010 110000

Color Harmonies of #D79420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79420

Black with #D79420

Text Example


Text Example

White with #D79420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79420; }

 p { color: rgb(215,148,32); }

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

background-color css

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

 a { background-color: rgb(215,148,32); }

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

border-color css

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

 span { border-color: rgb(215,148,32); }

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