Html Css Color HEX #D48D6C Copper

📋 copy color: '#D48D6C'

red 212 ◦ green 141 ◦ blue 108

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

Shades of Copper #D48D6C

Tints of Copper #D48D6C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.59%

 BLUE value IS 108 (42.58% from 255) = 23.43%

R = 45.99%
G = 30.59%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D48D6C (or 0xD48D6C) is known color: Copper. HEX triplet: D4, 8D and 6C. RGB value is (212,141,108). Sum of RGB (Red+Green+Blue) = 212+141+108=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 141 (55.47% from 255 or 30.59% from 461); Blue value is 108 (42.58% from 255 or 23.43% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D48D6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48D6C is #2B7293. Grayscale: #9E9E9E. Windows color (decimal): -2847380 or 7114196. OLE color: 7114196.

HSL color Cylindrical-coordinate representation of color #D48D6C: hue angle of 19.04º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D48D6C is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 141 108 -
CMYK 0 0.33 0.49 0.17
HSL 19.04º 0.55% 0.63% -
HSV(B) 19.04º 0.49% 0.83% -
XYZ 39.38 34.13 18.7 -
YUV 158.47 99.52 166.18 -
System Red Green Blue C M Y K H S L
Decimal 212 141 108 0 0.33 0.49 0.17 19.04 0.55 0.63
Hex D4 8D 6C 0 21 31 11 13 37 3F
Octal 324 215 154 0 41 61 21 23 67 77
Binary 11010100 10001101 1101100 0 100001 110001 10001 10011 110111 111111

Color Harmonies of #D48D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48D6C

Black with #D48D6C

Text Example


Text Example

White with #D48D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48D6C; }

 p { color: rgb(212,141,108); }

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

background-color css

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

 a { background-color: rgb(212,141,108); }

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

border-color css

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

 span { border-color: rgb(212,141,108); }

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