Html Css Color HEX #D28E6B Copper

📋 copy color: '#D28E6B'

red 210 ◦ green 142 ◦ blue 107

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

Shades of Copper #D28E6B

Tints of Copper #D28E6B

RGB

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

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

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

R = 45.75%
G = 30.94%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D28E6B (or 0xD28E6B) is known color: Copper. HEX triplet: D2, 8E and 6B. RGB value is (210,142,107). Sum of RGB (Red+Green+Blue) = 210+142+107=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 142 (55.86% from 255 or 30.94% from 459); Blue value is 107 (42.19% from 255 or 23.31% from 459); Max value from RGB is 210 - color contains mainly: red. Hex color #D28E6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28E6B is #2D7194. Grayscale: #9E9E9E. Windows color (decimal): -2978197 or 7048914. OLE color: 7048914.

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

Color convert

RGB 210 142 107 -
CMYK 0 0.32 0.49 0.18
HSL 20.39º 0.53% 0.62% -
HSV(B) 20.39º 0.49% 0.82% -
XYZ 38.91 34.11 18.44 -
YUV 158.34 99.03 164.85 -
System Red Green Blue C M Y K H S L
Decimal 210 142 107 0 0.32 0.49 0.18 20.39 0.53 0.62
Hex D2 8E 6B 0 20 31 12 14 35 3E
Octal 322 216 153 0 40 61 22 24 65 76
Binary 11010010 10001110 1101011 0 100000 110001 10010 10100 110101 111110

Color Harmonies of #D28E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28E6B

Black with #D28E6B

Text Example


Text Example

White with #D28E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28E6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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