Html Css Color HEX #D58C1F Buttercup

📋 copy color: '#D58C1F'

red 213 ◦ green 140 ◦ blue 31

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

Shades of Buttercup #D58C1F

Tints of Buttercup #D58C1F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.46%

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

R = 55.47%
G = 36.46%
B = 8.07%

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

#D58C1F (or 0xD58C1F) is known color: Buttercup. HEX triplet: D5, 8C and 1F. RGB value is (213,140,31). Sum of RGB (Red+Green+Blue) = 213+140+31=384 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.47% from 384); Green value is 140 (55.08% from 255 or 36.46% from 384); Blue value is 31 (12.5% from 255 or 8.07% from 384); Max value from RGB is 213 - color contains mainly: red. Hex color #D58C1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58C1F is #2A73E0. Grayscale: #959595. Windows color (decimal): -2782177 or 2067669. OLE color: 2067669.

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

Color convert

RGB 213 140 31 -
CMYK 0 0.34 0.85 0.16
HSL 35.93º 0.75% 0.48% -
HSV(B) 35.93º 0.85% 0.84% -
XYZ 37.07 33 5.71 -
YUV 149.4 61.18 173.36 -
System Red Green Blue C M Y K H S L
Decimal 213 140 31 0 0.34 0.85 0.16 35.93 0.75 0.48
Hex D5 8C 1F 0 22 55 10 24 4B 30
Octal 325 214 37 0 42 125 20 44 113 60
Binary 11010101 10001100 11111 0 100010 1010101 10000 100100 1001011 110000

Color Harmonies of #D58C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58C1F

Black with #D58C1F

Text Example


Text Example

White with #D58C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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