Html Css Color HEX #D3881B Buttercup

📋 copy color: '#D3881B'

red 211 ◦ green 136 ◦ blue 27

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

Shades of Buttercup #D3881B

Tints of Buttercup #D3881B

RGB

 RED value IS 211 (82.81% from 255) = 56.42%

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

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

R = 56.42%
G = 36.36%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D3881B (or 0xD3881B) is known color: Buttercup. HEX triplet: D3, 88 and 1B. RGB value is (211,136,27). Sum of RGB (Red+Green+Blue) = 211+136+27=374 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.42% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 27 (10.94% from 255 or 7.22% from 374); Max value from RGB is 211 - color contains mainly: red. Hex color #D3881B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3881B is #2C77E4. Grayscale: #929292. Windows color (decimal): -2914277 or 1804499. OLE color: 1804499.

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

Color convert

RGB 211 136 27 -
CMYK 0 0.36 0.87 0.17
HSL 35.54º 0.77% 0.47% -
HSV(B) 35.54º 0.87% 0.83% -
XYZ 35.87 31.54 5.23 -
YUV 146 60.85 174.36 -
System Red Green Blue C M Y K H S L
Decimal 211 136 27 0 0.36 0.87 0.17 35.54 0.77 0.47
Hex D3 88 1B 0 24 57 11 24 4D 2F
Octal 323 210 33 0 44 127 21 44 115 57
Binary 11010011 10001000 11011 0 100100 1010111 10001 100100 1001101 101111

Color Harmonies of #D3881B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3881B

Black with #D3881B

Text Example


Text Example

White with #D3881B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3881B; }

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

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

background-color css

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

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

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

border-color css

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

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

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