Html Css Color HEX #D28D6A Copper

📋 copy color: '#D28D6A'

red 210 ◦ green 141 ◦ blue 106

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

Shades of Copper #D28D6A

Tints of Copper #D28D6A

RGB

 RED value IS 210 (82.42% from 255) = 45.95%

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

 BLUE value IS 106 (41.8% from 255) = 23.19%

R = 45.95%
G = 30.85%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D28D6A (or 0xD28D6A) is known color: Copper. HEX triplet: D2, 8D and 6A. RGB value is (210,141,106). Sum of RGB (Red+Green+Blue) = 210+141+106=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 106 (41.80% from 255 or 23.19% from 457); Max value from RGB is 210 - color contains mainly: red. Hex color #D28D6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28D6A is #2D7295. Grayscale: #9D9D9D. Windows color (decimal): -2978454 or 6983122. OLE color: 6983122.

HSL color Cylindrical-coordinate representation of color #D28D6A: hue angle of 20.19º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D28D6A is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 141 106 -
CMYK 0 0.33 0.50 0.18
HSL 20.19º 0.54% 0.62% -
HSV(B) 20.19º 0.5% 0.82% -
XYZ 38.7 33.79 18.12 -
YUV 157.64 98.86 165.35 -
System Red Green Blue C M Y K H S L
Decimal 210 141 106 0 0.33 0.50 0.18 20.19 0.54 0.62
Hex D2 8D 6A 0 21 32 12 14 36 3E
Octal 322 215 152 0 41 62 22 24 66 76
Binary 11010010 10001101 1101010 0 100001 110010 10010 10100 110110 111110

Color Harmonies of #D28D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28D6A

Black with #D28D6A

Text Example


Text Example

White with #D28D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28D6A; }

 p { color: rgb(210,141,106); }

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

background-color css

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

 a { background-color: rgb(210,141,106); }

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

border-color css

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

 span { border-color: rgb(210,141,106); }

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