Html Css Color HEX #D59620 Buttercup

📋 copy color: '#D59620'

red 213 ◦ green 150 ◦ blue 32

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

Shades of Buttercup #D59620

Tints of Buttercup #D59620

RGB

 RED value IS 213 (83.59% from 255) = 53.92%

 GREEN value IS 150 (58.98% from 255) = 37.97%

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

R = 53.92%
G = 37.97%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D59620 (or 0xD59620) is known color: Buttercup. HEX triplet: D5, 96 and 20. RGB value is (213,150,32). Sum of RGB (Red+Green+Blue) = 213+150+32=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 150 (58.98% from 255 or 37.97% from 395); Blue value is 32 (12.89% from 255 or 8.10% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D59620 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59620 is #2A69DF. Grayscale: #9B9B9B. Windows color (decimal): -2779616 or 2135765. OLE color: 2135765.

HSL color Cylindrical-coordinate representation of color #D59620: hue angle of 39.12º 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 #D59620 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 150 32 -
CMYK 0 0.30 0.85 0.16
HSL 39.12º 0.74% 0.48% -
HSV(B) 39.12º 0.85% 0.84% -
XYZ 38.61 36.06 6.29 -
YUV 155.39 58.37 169.09 -
System Red Green Blue C M Y K H S L
Decimal 213 150 32 0 0.30 0.85 0.16 39.12 0.74 0.48
Hex D5 96 20 0 1E 55 10 27 4A 30
Octal 325 226 40 0 36 125 20 47 112 60
Binary 11010101 10010110 100000 0 11110 1010101 10000 100111 1001010 110000

Color Harmonies of #D59620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59620

Black with #D59620

Text Example


Text Example

White with #D59620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59620; }

 p { color: rgb(213,150,32); }

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

background-color css

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

 a { background-color: rgb(213,150,32); }

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

border-color css

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

 span { border-color: rgb(213,150,32); }

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