Html Css Color HEX #D58D1F Buttercup

📋 copy color: '#D58D1F'

red 213 ◦ green 141 ◦ blue 31

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

Shades of Buttercup #D58D1F

Tints of Buttercup #D58D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.05%

R = 55.32%
G = 36.62%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D58D1F (or 0xD58D1F) is known color: Buttercup. HEX triplet: D5, 8D and 1F. RGB value is (213,141,31). Sum of RGB (Red+Green+Blue) = 213+141+31=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 31 (12.5% from 255 or 8.05% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58D1F is #2A72E0. Grayscale: #969696. Windows color (decimal): -2781921 or 2067925. OLE color: 2067925.

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

Color convert

RGB 213 141 31 -
CMYK 0 0.34 0.85 0.16
HSL 36.26º 0.75% 0.48% -
HSV(B) 36.26º 0.85% 0.84% -
XYZ 37.21 33.29 5.76 -
YUV 149.99 60.85 172.94 -
System Red Green Blue C M Y K H S L
Decimal 213 141 31 0 0.34 0.85 0.16 36.26 0.75 0.48
Hex D5 8D 1F 0 22 55 10 24 4B 30
Octal 325 215 37 0 42 125 20 44 113 60
Binary 11010101 10001101 11111 0 100010 1010101 10000 100100 1001011 110000

Color Harmonies of #D58D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58D1F

Black with #D58D1F

Text Example


Text Example

White with #D58D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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