Html Css Color HEX #D8851E Buttercup

📋 copy color: '#D8851E'

red 216 ◦ green 133 ◦ blue 30

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

Shades of Buttercup #D8851E

Tints of Buttercup #D8851E

RGB

 RED value IS 216 (84.77% from 255) = 56.99%

 GREEN value IS 133 (52.34% from 255) = 35.09%

 BLUE value IS 30 (12.11% from 255) = 7.92%

R = 56.99%
G = 35.09%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8851E (or 0xD8851E) is known color: Buttercup. HEX triplet: D8, 85 and 1E. RGB value is (216,133,30). Sum of RGB (Red+Green+Blue) = 216+133+30=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 30 (12.11% from 255 or 7.92% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D8851E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8851E is #277AE1. Grayscale: #929292. Windows color (decimal): -2587362 or 2000344. OLE color: 2000344.

HSL color Cylindrical-coordinate representation of color #D8851E: hue angle of 33.23º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D8851E is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 133 30 -
CMYK 0 0.38 0.86 0.15
HSL 33.23º 0.76% 0.48% -
HSV(B) 33.23º 0.86% 0.85% -
XYZ 36.94 31.47 5.36 -
YUV 146.08 62.5 177.88 -
System Red Green Blue C M Y K H S L
Decimal 216 133 30 0 0.38 0.86 0.15 33.23 0.76 0.48
Hex D8 85 1E 0 26 56 F 21 4C 30
Octal 330 205 36 0 46 126 17 41 114 60
Binary 11011000 10000101 11110 0 100110 1010110 1111 100001 1001100 110000

Color Harmonies of #D8851E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8851E

Black with #D8851E

Text Example


Text Example

White with #D8851E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8851E; }

 p { color: rgb(216,133,30); }

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

background-color css

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

 a { background-color: rgb(216,133,30); }

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

border-color css

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

 span { border-color: rgb(216,133,30); }

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