Html Css Color HEX #D5881C Buttercup

📋 copy color: '#D5881C'

red 213 ◦ green 136 ◦ blue 28

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

Shades of Buttercup #D5881C

Tints of Buttercup #D5881C

RGB

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

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

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

R = 56.5%
G = 36.07%
B = 7.43%

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

#D5881C (or 0xD5881C) is known color: Buttercup. HEX triplet: D5, 88 and 1C. RGB value is (213,136,28). Sum of RGB (Red+Green+Blue) = 213+136+28=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 28 (11.33% from 255 or 7.43% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D5881C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5881C is #2A77E3. Grayscale: #939393. Windows color (decimal): -2783204 or 1870037. OLE color: 1870037.

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

Color convert

RGB 213 136 28 -
CMYK 0 0.36 0.87 0.16
HSL 35.03º 0.77% 0.47% -
HSV(B) 35.03º 0.87% 0.84% -
XYZ 36.45 31.84 5.32 -
YUV 146.71 61.01 175.28 -
System Red Green Blue C M Y K H S L
Decimal 213 136 28 0 0.36 0.87 0.16 35.03 0.77 0.47
Hex D5 88 1C 0 24 57 10 23 4D 2F
Octal 325 210 34 0 44 127 20 43 115 57
Binary 11010101 10001000 11100 0 100100 1010111 10000 100011 1001101 101111

Color Harmonies of #D5881C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5881C

Black with #D5881C

Text Example


Text Example

White with #D5881C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5881C; }

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

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

background-color css

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

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

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

border-color css

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

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

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