Html Css Color HEX #D88520 Buttercup

📋 copy color: '#D88520'

red 216 ◦ green 133 ◦ blue 32

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

Shades of Buttercup #D88520

Tints of Buttercup #D88520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.4%

R = 56.69%
G = 34.91%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D88520 (or 0xD88520) is known color: Buttercup. HEX triplet: D8, 85 and 20. RGB value is (216,133,32). Sum of RGB (Red+Green+Blue) = 216+133+32=381 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.69% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 32 (12.89% from 255 or 8.40% from 381); Max value from RGB is 216 - color contains mainly: red. Hex color #D88520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88520 is #277ADF. Grayscale: #929292. Windows color (decimal): -2587360 or 2131416. OLE color: 2131416.

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

Color convert

RGB 216 133 32 -
CMYK 0 0.38 0.85 0.15
HSL 32.93º 0.74% 0.49% -
HSV(B) 32.93º 0.85% 0.85% -
XYZ 36.97 31.48 5.49 -
YUV 146.3 63.5 177.71 -
System Red Green Blue C M Y K H S L
Decimal 216 133 32 0 0.38 0.85 0.15 32.93 0.74 0.49
Hex D8 85 20 0 26 55 F 21 4A 31
Octal 330 205 40 0 46 125 17 41 112 61
Binary 11011000 10000101 100000 0 100110 1010101 1111 100001 1001010 110001

Color Harmonies of #D88520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88520

Black with #D88520

Text Example


Text Example

White with #D88520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88520; }

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

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

background-color css

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

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

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

border-color css

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

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

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