Html Css Color HEX #D88F69 Copper

📋 copy color: '#D88F69'

red 216 ◦ green 143 ◦ blue 105

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

Shades of Copper #D88F69

Tints of Copper #D88F69

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.82%

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

R = 46.55%
G = 30.82%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D88F69 (or 0xD88F69) is known color: Copper. HEX triplet: D8, 8F and 69. RGB value is (216,143,105). Sum of RGB (Red+Green+Blue) = 216+143+105=464 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.55% from 464); Green value is 143 (56.25% from 255 or 30.82% from 464); Blue value is 105 (41.41% from 255 or 22.63% from 464); Max value from RGB is 216 - color contains mainly: red. Hex color #D88F69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88F69 is #277096. Grayscale: #A0A0A0. Windows color (decimal): -2584727 or 6918104. OLE color: 6918104.

HSL color Cylindrical-coordinate representation of color #D88F69: hue angle of 20.54º 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 #D88F69 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 143 105 -
CMYK 0 0.34 0.51 0.15
HSL 20.54º 0.59% 0.63% -
HSV(B) 20.54º 0.51% 0.85% -
XYZ 40.69 35.26 18.03 -
YUV 160.5 96.68 167.59 -
System Red Green Blue C M Y K H S L
Decimal 216 143 105 0 0.34 0.51 0.15 20.54 0.59 0.63
Hex D8 8F 69 0 22 33 F 15 3B 3F
Octal 330 217 151 0 42 63 17 25 73 77
Binary 11011000 10001111 1101001 0 100010 110011 1111 10101 111011 111111

Color Harmonies of #D88F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88F69

Black with #D88F69

Text Example


Text Example

White with #D88F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88F69; }

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

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

background-color css

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

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

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

border-color css

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

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

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