Html Css Color HEX #D5871E Buttercup

📋 copy color: '#D5871E'

red 213 ◦ green 135 ◦ blue 30

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

Shades of Buttercup #D5871E

Tints of Buttercup #D5871E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.71%

 BLUE value IS 30 (12.11% from 255) = 7.94%

R = 56.35%
G = 35.71%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D5871E (or 0xD5871E) is known color: Buttercup. HEX triplet: D5, 87 and 1E. RGB value is (213,135,30). Sum of RGB (Red+Green+Blue) = 213+135+30=378 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.35% from 378); Green value is 135 (53.12% from 255 or 35.71% from 378); Blue value is 30 (12.11% from 255 or 7.94% from 378); Max value from RGB is 213 - color contains mainly: red. Hex color #D5871E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5871E is #2A78E1. Grayscale: #929292. Windows color (decimal): -2783458 or 2000853. OLE color: 2000853.

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

Color convert

RGB 213 135 30 -
CMYK 0 0.37 0.86 0.16
HSL 34.43º 0.75% 0.48% -
HSV(B) 34.43º 0.86% 0.84% -
XYZ 36.34 31.57 5.41 -
YUV 146.35 62.34 175.54 -
System Red Green Blue C M Y K H S L
Decimal 213 135 30 0 0.37 0.86 0.16 34.43 0.75 0.48
Hex D5 87 1E 0 25 56 10 22 4B 30
Octal 325 207 36 0 45 126 20 42 113 60
Binary 11010101 10000111 11110 0 100101 1010110 10000 100010 1001011 110000

Color Harmonies of #D5871E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5871E

Black with #D5871E

Text Example


Text Example

White with #D5871E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5871E; }

 p { color: rgb(213,135,30); }

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

background-color css

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

 a { background-color: rgb(213,135,30); }

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

border-color css

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

 span { border-color: rgb(213,135,30); }

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