Html Css Color HEX #D48E6B Copper

📋 copy color: '#D48E6B'

red 212 ◦ green 142 ◦ blue 107

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

Shades of Copper #D48E6B

Tints of Copper #D48E6B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.8%

 BLUE value IS 107 (42.19% from 255) = 23.21%

R = 45.99%
G = 30.8%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D48E6B (or 0xD48E6B) is known color: Copper. HEX triplet: D4, 8E and 6B. RGB value is (212,142,107). Sum of RGB (Red+Green+Blue) = 212+142+107=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 142 (55.86% from 255 or 30.80% from 461); Blue value is 107 (42.19% from 255 or 23.21% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D48E6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48E6B is #2B7194. Grayscale: #9F9F9F. Windows color (decimal): -2847125 or 7048916. OLE color: 7048916.

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

Color convert

RGB 212 142 107 -
CMYK 0 0.33 0.50 0.17
HSL 20º 0.55% 0.63% -
HSV(B) 20º 0.5% 0.83% -
XYZ 39.48 34.4 18.47 -
YUV 158.94 98.69 165.85 -
System Red Green Blue C M Y K H S L
Decimal 212 142 107 0 0.33 0.50 0.17 20 0.55 0.63
Hex D4 8E 6B 0 21 32 11 14 37 3F
Octal 324 216 153 0 41 62 21 24 67 77
Binary 11010100 10001110 1101011 0 100001 110010 10001 10100 110111 111111

Color Harmonies of #D48E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48E6B

Black with #D48E6B

Text Example


Text Example

White with #D48E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48E6B; }

 p { color: rgb(212,142,107); }

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

background-color css

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

 a { background-color: rgb(212,142,107); }

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

border-color css

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

 span { border-color: rgb(212,142,107); }

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