Html Css Color HEX #D48770 Copper

📋 copy color: '#D48770'

red 212 ◦ green 135 ◦ blue 112

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

Shades of Copper #D48770

Tints of Copper #D48770

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.41%

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

R = 46.19%
G = 29.41%
B = 24.4%

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

#D48770 (or 0xD48770) is known color: Copper. HEX triplet: D4, 87 and 70. RGB value is (212,135,112). Sum of RGB (Red+Green+Blue) = 212+135+112=459 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.19% from 459); Green value is 135 (53.12% from 255 or 29.41% from 459); Blue value is 112 (44.14% from 255 or 24.40% from 459); Max value from RGB is 212 - color contains mainly: red. Hex color #D48770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48770 is #2B788F. Grayscale: #9B9B9B. Windows color (decimal): -2848912 or 7374804. OLE color: 7374804.

HSL color Cylindrical-coordinate representation of color #D48770: hue angle of 13.8º 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 #D48770 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 135 112 -
CMYK 0 0.36 0.47 0.17
HSL 13.8º 0.54% 0.64% -
HSV(B) 13.8º 0.47% 0.83% -
XYZ 38.74 32.49 19.56 -
YUV 155.4 103.51 168.37 -
System Red Green Blue C M Y K H S L
Decimal 212 135 112 0 0.36 0.47 0.17 13.8 0.54 0.64
Hex D4 87 70 0 24 2F 11 E 36 40
Octal 324 207 160 0 44 57 21 16 66 100
Binary 11010100 10000111 1110000 0 100100 101111 10001 1110 110110 1000000

Color Harmonies of #D48770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48770

Black with #D48770

Text Example


Text Example

White with #D48770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48770; }

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

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

background-color css

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

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

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

border-color css

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

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

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