Html Css Color HEX #D88466 Copper

📋 copy color: '#D88466'

red 216 ◦ green 132 ◦ blue 102

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

Shades of Copper #D88466

Tints of Copper #D88466

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.33%

 BLUE value IS 102 (40.23% from 255) = 22.67%

R = 48%
G = 29.33%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D88466 (or 0xD88466) is known color: Copper. HEX triplet: D8, 84 and 66. RGB value is (216,132,102). Sum of RGB (Red+Green+Blue) = 216+132+102=450 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48% from 450); Green value is 132 (51.95% from 255 or 29.33% from 450); Blue value is 102 (40.23% from 255 or 22.67% from 450); Max value from RGB is 216 - color contains mainly: red. Hex color #D88466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88466 is #277B99. Grayscale: #999999. Windows color (decimal): -2587546 or 6718680. OLE color: 6718680.

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

Color convert

RGB 216 132 102 -
CMYK 0 0.39 0.53 0.15
HSL 15.79º 0.59% 0.62% -
HSV(B) 15.79º 0.53% 0.85% -
XYZ 38.97 32.06 16.7 -
YUV 153.7 98.83 172.44 -
System Red Green Blue C M Y K H S L
Decimal 216 132 102 0 0.39 0.53 0.15 15.79 0.59 0.62
Hex D8 84 66 0 27 35 F 10 3B 3E
Octal 330 204 146 0 47 65 17 20 73 76
Binary 11011000 10000100 1100110 0 100111 110101 1111 10000 111011 111110

Color Harmonies of #D88466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88466

Black with #D88466

Text Example


Text Example

White with #D88466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88466; }

 p { color: rgb(216,132,102); }

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

background-color css

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

 a { background-color: rgb(216,132,102); }

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

border-color css

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

 span { border-color: rgb(216,132,102); }

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