Html Css Color HEX #D5881B Buttercup

📋 copy color: '#D5881B'

red 213 ◦ green 136 ◦ blue 27

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

Shades of Buttercup #D5881B

Tints of Buttercup #D5881B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.17%

 BLUE value IS 27 (10.94% from 255) = 7.18%

R = 56.65%
G = 36.17%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D5881B (or 0xD5881B) is known color: Buttercup. HEX triplet: D5, 88 and 1B. RGB value is (213,136,27). Sum of RGB (Red+Green+Blue) = 213+136+27=376 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.65% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 27 (10.94% from 255 or 7.18% from 376); Max value from RGB is 213 - color contains mainly: red. Hex color #D5881B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5881B is #2A77E4. Grayscale: #939393. Windows color (decimal): -2783205 or 1804501. OLE color: 1804501.

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

Color convert

RGB 213 136 27 -
CMYK 0 0.36 0.87 0.16
HSL 35.16º 0.78% 0.47% -
HSV(B) 35.16º 0.87% 0.84% -
XYZ 36.44 31.83 5.26 -
YUV 146.6 60.51 175.36 -
System Red Green Blue C M Y K H S L
Decimal 213 136 27 0 0.36 0.87 0.16 35.16 0.78 0.47
Hex D5 88 1B 0 24 57 10 23 4E 2F
Octal 325 210 33 0 44 127 20 43 116 57
Binary 11010101 10001000 11011 0 100100 1010111 10000 100011 1001110 101111

Color Harmonies of #D5881B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5881B

Black with #D5881B

Text Example


Text Example

White with #D5881B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5881B; }

 p { color: rgb(213,136,27); }

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

background-color css

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

 a { background-color: rgb(213,136,27); }

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

border-color css

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

 span { border-color: rgb(213,136,27); }

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