Html Css Color HEX #D5871A Buttercup

📋 copy color: '#D5871A'

red 213 ◦ green 135 ◦ blue 26

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

Shades of Buttercup #D5871A

Tints of Buttercup #D5871A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.95%

R = 56.95%
G = 36.1%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D5871A (or 0xD5871A) is known color: Buttercup. HEX triplet: D5, 87 and 1A. RGB value is (213,135,26). Sum of RGB (Red+Green+Blue) = 213+135+26=374 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.95% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 26 (10.55% from 255 or 6.95% from 374); Max value from RGB is 213 - color contains mainly: red. Hex color #D5871A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5871A is #2A78E5. Grayscale: #929292. Windows color (decimal): -2783462 or 1738709. OLE color: 1738709.

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

Color convert

RGB 213 135 26 -
CMYK 0 0.37 0.88 0.16
HSL 34.97º 0.78% 0.47% -
HSV(B) 34.97º 0.88% 0.84% -
XYZ 36.29 31.55 5.15 -
YUV 145.9 60.34 175.86 -
System Red Green Blue C M Y K H S L
Decimal 213 135 26 0 0.37 0.88 0.16 34.97 0.78 0.47
Hex D5 87 1A 0 25 58 10 23 4E 2F
Octal 325 207 32 0 45 130 20 43 116 57
Binary 11010101 10000111 11010 0 100101 1011000 10000 100011 1001110 101111

Color Harmonies of #D5871A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5871A

Black with #D5871A

Text Example


Text Example

White with #D5871A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5871A; }

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

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

background-color css

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

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

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

border-color css

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

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

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