Html Css Color HEX #D58D1D Buttercup

📋 copy color: '#D58D1D'

red 213 ◦ green 141 ◦ blue 29

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

Shades of Buttercup #D58D1D

Tints of Buttercup #D58D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.57%

R = 55.61%
G = 36.81%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D58D1D (or 0xD58D1D) is known color: Buttercup. HEX triplet: D5, 8D and 1D. RGB value is (213,141,29). Sum of RGB (Red+Green+Blue) = 213+141+29=383 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.61% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 29 (11.72% from 255 or 7.57% from 383); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58D1D is #2A72E2. Grayscale: #969696. Windows color (decimal): -2781923 or 1936853. OLE color: 1936853.

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

Color convert

RGB 213 141 29 -
CMYK 0 0.34 0.86 0.16
HSL 36.52º 0.76% 0.47% -
HSV(B) 36.52º 0.86% 0.84% -
XYZ 37.19 33.28 5.63 -
YUV 149.76 59.85 173.11 -
System Red Green Blue C M Y K H S L
Decimal 213 141 29 0 0.34 0.86 0.16 36.52 0.76 0.47
Hex D5 8D 1D 0 22 56 10 25 4C 2F
Octal 325 215 35 0 42 126 20 45 114 57
Binary 11010101 10001101 11101 0 100010 1010110 10000 100101 1001100 101111

Color Harmonies of #D58D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58D1D

Black with #D58D1D

Text Example


Text Example

White with #D58D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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