Html Css Color HEX #D88869 Copper

📋 copy color: '#D88869'

red 216 ◦ green 136 ◦ blue 105

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

Shades of Copper #D88869

Tints of Copper #D88869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.98%

R = 47.26%
G = 29.76%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D88869 (or 0xD88869) is known color: Copper. HEX triplet: D8, 88 and 69. RGB value is (216,136,105). Sum of RGB (Red+Green+Blue) = 216+136+105=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 136 (53.52% from 255 or 29.76% from 457); Blue value is 105 (41.41% from 255 or 22.98% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D88869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88869 is #277796. Grayscale: #9C9C9C. Windows color (decimal): -2586519 or 6916312. OLE color: 6916312.

HSL color Cylindrical-coordinate representation of color #D88869: hue angle of 16.76º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D88869 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 136 105 -
CMYK 0 0.37 0.51 0.15
HSL 16.76º 0.59% 0.63% -
HSV(B) 16.76º 0.51% 0.85% -
XYZ 39.67 33.23 17.69 -
YUV 156.39 99 170.52 -
System Red Green Blue C M Y K H S L
Decimal 216 136 105 0 0.37 0.51 0.15 16.76 0.59 0.63
Hex D8 88 69 0 25 33 F 11 3B 3F
Octal 330 210 151 0 45 63 17 21 73 77
Binary 11011000 10001000 1101001 0 100101 110011 1111 10001 111011 111111

Color Harmonies of #D88869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88869

Black with #D88869

Text Example


Text Example

White with #D88869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88869; }

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

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

background-color css

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

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

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

border-color css

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

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

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