Html Css Color HEX #D5871C Buttercup

📋 copy color: '#D5871C'

red 213 ◦ green 135 ◦ blue 28

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

Shades of Buttercup #D5871C

Tints of Buttercup #D5871C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.45%

R = 56.65%
G = 35.9%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D5871C (or 0xD5871C) is known color: Buttercup. HEX triplet: D5, 87 and 1C. RGB value is (213,135,28). Sum of RGB (Red+Green+Blue) = 213+135+28=376 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.65% from 376); Green value is 135 (53.12% from 255 or 35.90% from 376); Blue value is 28 (11.33% from 255 or 7.45% from 376); Max value from RGB is 213 - color contains mainly: red. Hex color #D5871C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5871C is #2A78E3. Grayscale: #929292. Windows color (decimal): -2783460 or 1869781. OLE color: 1869781.

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

Color convert

RGB 213 135 28 -
CMYK 0 0.37 0.87 0.16
HSL 34.7º 0.77% 0.47% -
HSV(B) 34.7º 0.87% 0.84% -
XYZ 36.31 31.56 5.28 -
YUV 146.12 61.34 175.7 -
System Red Green Blue C M Y K H S L
Decimal 213 135 28 0 0.37 0.87 0.16 34.7 0.77 0.47
Hex D5 87 1C 0 25 57 10 23 4D 2F
Octal 325 207 34 0 45 127 20 43 115 57
Binary 11010101 10000111 11100 0 100101 1010111 10000 100011 1001101 101111

Color Harmonies of #D5871C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5871C

Black with #D5871C

Text Example


Text Example

White with #D5871C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5871C; }

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

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

background-color css

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

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

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

border-color css

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

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

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