Html Css Color HEX #D58F1D Buttercup

📋 copy color: '#D58F1D'

red 213 ◦ green 143 ◦ blue 29

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

Shades of Buttercup #D58F1D

Tints of Buttercup #D58F1D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.14%

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

R = 55.32%
G = 37.14%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D58F1D (or 0xD58F1D) is known color: Buttercup. HEX triplet: D5, 8F and 1D. RGB value is (213,143,29). Sum of RGB (Red+Green+Blue) = 213+143+29=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 29 (11.72% from 255 or 7.53% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58F1D is #2A70E2. Grayscale: #979797. Windows color (decimal): -2781411 or 1937365. OLE color: 1937365.

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

Color convert

RGB 213 143 29 -
CMYK 0 0.33 0.86 0.16
HSL 37.17º 0.76% 0.47% -
HSV(B) 37.17º 0.86% 0.84% -
XYZ 37.48 33.88 5.73 -
YUV 150.93 59.19 172.27 -
System Red Green Blue C M Y K H S L
Decimal 213 143 29 0 0.33 0.86 0.16 37.17 0.76 0.47
Hex D5 8F 1D 0 21 56 10 25 4C 2F
Octal 325 217 35 0 41 126 20 45 114 57
Binary 11010101 10001111 11101 0 100001 1010110 10000 100101 1001100 101111

Color Harmonies of #D58F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58F1D

Black with #D58F1D

Text Example


Text Example

White with #D58F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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