Html Css Color HEX #D88816 Buttercup

📋 copy color: '#D88816'

red 216 ◦ green 136 ◦ blue 22

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

Shades of Buttercup #D88816

Tints of Buttercup #D88816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.88%

R = 57.75%
G = 36.36%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D88816 (or 0xD88816) is known color: Buttercup. HEX triplet: D8, 88 and 16. RGB value is (216,136,22). Sum of RGB (Red+Green+Blue) = 216+136+22=374 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.75% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 22 (8.98% from 255 or 5.88% from 374); Max value from RGB is 216 - color contains mainly: red. Hex color #D88816 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88816 is #2777E9. Grayscale: #939393. Windows color (decimal): -2586602 or 1476824. OLE color: 1476824.

HSL color Cylindrical-coordinate representation of color #D88816: hue angle of 35.26º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D88816 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 136 22 -
CMYK 0 0.37 0.90 0.15
HSL 35.26º 0.82% 0.47% -
HSV(B) 35.26º 0.9% 0.85% -
XYZ 37.27 32.27 5.02 -
YUV 146.92 57.5 177.27 -
System Red Green Blue C M Y K H S L
Decimal 216 136 22 0 0.37 0.90 0.15 35.26 0.82 0.47
Hex D8 88 16 0 25 5A F 23 52 2F
Octal 330 210 26 0 45 132 17 43 122 57
Binary 11011000 10001000 10110 0 100101 1011010 1111 100011 1010010 101111

Color Harmonies of #D88816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88816

Black with #D88816

Text Example


Text Example

White with #D88816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88816; }

 p { color: rgb(216,136,22); }

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

background-color css

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

 a { background-color: rgb(216,136,22); }

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

border-color css

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

 span { border-color: rgb(216,136,22); }

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