Html Css Color HEX #D58D25 Buttercup

📋 copy color: '#D58D25'

red 213 ◦ green 141 ◦ blue 37

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

Shades of Buttercup #D58D25

Tints of Buttercup #D58D25

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.06%

 BLUE value IS 37 (14.84% from 255) = 9.46%

R = 54.48%
G = 36.06%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D58D25 (or 0xD58D25) is known color: Buttercup. HEX triplet: D5, 8D and 25. RGB value is (213,141,37). Sum of RGB (Red+Green+Blue) = 213+141+37=391 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.48% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 37 (14.84% from 255 or 9.46% from 391); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58D25 is #2A72DA. Grayscale: #979797. Windows color (decimal): -2781915 or 2461141. OLE color: 2461141.

HSL color Cylindrical-coordinate representation of color #D58D25: hue angle of 35.45º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D58D25 is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 141 37 -
CMYK 0 0.34 0.83 0.16
HSL 35.45º 0.7% 0.49% -
HSV(B) 35.45º 0.83% 0.84% -
XYZ 37.3 33.33 6.22 -
YUV 150.67 63.85 172.46 -
System Red Green Blue C M Y K H S L
Decimal 213 141 37 0 0.34 0.83 0.16 35.45 0.7 0.49
Hex D5 8D 25 0 22 53 10 23 46 31
Octal 325 215 45 0 42 123 20 43 106 61
Binary 11010101 10001101 100101 0 100010 1010011 10000 100011 1000110 110001

Color Harmonies of #D58D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58D25

Black with #D58D25

Text Example


Text Example

White with #D58D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58D25; }

 p { color: rgb(213,141,37); }

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

background-color css

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

 a { background-color: rgb(213,141,37); }

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

border-color css

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

 span { border-color: rgb(213,141,37); }

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