Html Css Color HEX #D88464 Copper

📋 copy color: '#D88464'

red 216 ◦ green 132 ◦ blue 100

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

Shades of Copper #D88464

Tints of Copper #D88464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.32%

R = 48.21%
G = 29.46%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D88464 (or 0xD88464) is known color: Copper. HEX triplet: D8, 84 and 64. RGB value is (216,132,100). Sum of RGB (Red+Green+Blue) = 216+132+100=448 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.21% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 100 (39.45% from 255 or 22.32% from 448); Max value from RGB is 216 - color contains mainly: red. Hex color #D88464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88464 is #277B9B. Grayscale: #999999. Windows color (decimal): -2587548 or 6587608. OLE color: 6587608.

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

Color convert

RGB 216 132 100 -
CMYK 0 0.39 0.54 0.15
HSL 16.55º 0.6% 0.62% -
HSV(B) 16.55º 0.54% 0.85% -
XYZ 38.87 32.02 16.19 -
YUV 153.47 97.83 172.6 -
System Red Green Blue C M Y K H S L
Decimal 216 132 100 0 0.39 0.54 0.15 16.55 0.6 0.62
Hex D8 84 64 0 27 36 F 11 3C 3E
Octal 330 204 144 0 47 66 17 21 74 76
Binary 11011000 10000100 1100100 0 100111 110110 1111 10001 111100 111110

Color Harmonies of #D88464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88464

Black with #D88464

Text Example


Text Example

White with #D88464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88464; }

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

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

background-color css

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

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

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

border-color css

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

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

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