Html Css Color HEX #D58A15 Buttercup

📋 copy color: '#D58A15'

red 213 ◦ green 138 ◦ blue 21

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

Shades of Buttercup #D58A15

Tints of Buttercup #D58A15

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.1%

 BLUE value IS 21 (8.59% from 255) = 5.65%

R = 57.26%
G = 37.1%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D58A15 (or 0xD58A15) is known color: Buttercup. HEX triplet: D5, 8A and 15. RGB value is (213,138,21). Sum of RGB (Red+Green+Blue) = 213+138+21=372 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.26% from 372); Green value is 138 (54.30% from 255 or 37.10% from 372); Blue value is 21 (8.59% from 255 or 5.65% from 372); Max value from RGB is 213 - color contains mainly: red. Hex color #D58A15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58A15 is #2A75EA. Grayscale: #939393. Windows color (decimal): -2782699 or 1411797. OLE color: 1411797.

HSL color Cylindrical-coordinate representation of color #D58A15: hue angle of 36.56º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D58A15 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 138 21 -
CMYK 0 0.35 0.90 0.16
HSL 36.56º 0.82% 0.46% -
HSV(B) 36.56º 0.9% 0.84% -
XYZ 36.66 32.38 5.03 -
YUV 147.09 56.85 175.01 -
System Red Green Blue C M Y K H S L
Decimal 213 138 21 0 0.35 0.90 0.16 36.56 0.82 0.46
Hex D5 8A 15 0 23 5A 10 25 52 2E
Octal 325 212 25 0 43 132 20 45 122 56
Binary 11010101 10001010 10101 0 100011 1011010 10000 100101 1010010 101110

Color Harmonies of #D58A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58A15

Black with #D58A15

Text Example


Text Example

White with #D58A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58A15; }

 p { color: rgb(213,138,21); }

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

background-color css

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

 a { background-color: rgb(213,138,21); }

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

border-color css

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

 span { border-color: rgb(213,138,21); }

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