Html Css Color HEX #D48870 Copper

📋 copy color: '#D48870'

red 212 ◦ green 136 ◦ blue 112

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

Shades of Copper #D48870

Tints of Copper #D48870

RGB

 RED value IS 212 (83.2% from 255) = 46.09%

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

 BLUE value IS 112 (44.14% from 255) = 24.35%

R = 46.09%
G = 29.57%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D48870 (or 0xD48870) is known color: Copper. HEX triplet: D4, 88 and 70. RGB value is (212,136,112). Sum of RGB (Red+Green+Blue) = 212+136+112=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 136 (53.52% from 255 or 29.57% from 460); Blue value is 112 (44.14% from 255 or 24.35% from 460); Max value from RGB is 212 - color contains mainly: red. Hex color #D48870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48870 is #2B778F. Grayscale: #9C9C9C. Windows color (decimal): -2848656 or 7375060. OLE color: 7375060.

HSL color Cylindrical-coordinate representation of color #D48870: hue angle of 14.4º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D48870 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 136 112 -
CMYK 0 0.36 0.47 0.17
HSL 14.4º 0.54% 0.64% -
HSV(B) 14.4º 0.47% 0.83% -
XYZ 38.88 32.78 19.61 -
YUV 155.99 103.18 167.95 -
System Red Green Blue C M Y K H S L
Decimal 212 136 112 0 0.36 0.47 0.17 14.4 0.54 0.64
Hex D4 88 70 0 24 2F 11 E 36 40
Octal 324 210 160 0 44 57 21 16 66 100
Binary 11010100 10001000 1110000 0 100100 101111 10001 1110 110110 1000000

Color Harmonies of #D48870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48870

Black with #D48870

Text Example


Text Example

White with #D48870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48870; }

 p { color: rgb(212,136,112); }

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

background-color css

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

 a { background-color: rgb(212,136,112); }

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

border-color css

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

 span { border-color: rgb(212,136,112); }

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