Html Css Color HEX #D28A6D Copper

📋 copy color: '#D28A6D'

red 210 ◦ green 138 ◦ blue 109

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

Shades of Copper #D28A6D

Tints of Copper #D28A6D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.2%

 BLUE value IS 109 (42.97% from 255) = 23.85%

R = 45.95%
G = 30.2%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D28A6D (or 0xD28A6D) is known color: Copper. HEX triplet: D2, 8A and 6D. RGB value is (210,138,109). Sum of RGB (Red+Green+Blue) = 210+138+109=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 138 (54.30% from 255 or 30.20% from 457); Blue value is 109 (42.97% from 255 or 23.85% from 457); Max value from RGB is 210 - color contains mainly: red. Hex color #D28A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28A6D is #2D7592. Grayscale: #9C9C9C. Windows color (decimal): -2979219 or 7178962. OLE color: 7178962.

HSL color Cylindrical-coordinate representation of color #D28A6D: hue angle of 17.23º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D28A6D is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 138 109 -
CMYK 0 0.34 0.48 0.18
HSL 17.23º 0.53% 0.63% -
HSV(B) 17.23º 0.48% 0.82% -
XYZ 38.43 32.98 18.81 -
YUV 156.22 101.35 166.36 -
System Red Green Blue C M Y K H S L
Decimal 210 138 109 0 0.34 0.48 0.18 17.23 0.53 0.63
Hex D2 8A 6D 0 22 30 12 11 35 3F
Octal 322 212 155 0 42 60 22 21 65 77
Binary 11010010 10001010 1101101 0 100010 110000 10010 10001 110101 111111

Color Harmonies of #D28A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28A6D

Black with #D28A6D

Text Example


Text Example

White with #D28A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28A6D; }

 p { color: rgb(210,138,109); }

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

background-color css

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

 a { background-color: rgb(210,138,109); }

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

border-color css

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

 span { border-color: rgb(210,138,109); }

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