Html Css Color HEX #D28C6B Copper

📋 copy color: '#D28C6B'

red 210 ◦ green 140 ◦ blue 107

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

Shades of Copper #D28C6B

Tints of Copper #D28C6B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.63%

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

R = 45.95%
G = 30.63%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D28C6B (or 0xD28C6B) is known color: Copper. HEX triplet: D2, 8C and 6B. RGB value is (210,140,107). Sum of RGB (Red+Green+Blue) = 210+140+107=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 140 (55.08% from 255 or 30.63% from 457); Blue value is 107 (42.19% from 255 or 23.41% from 457); Max value from RGB is 210 - color contains mainly: red. Hex color #D28C6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28C6B is #2D7394. Grayscale: #9D9D9D. Windows color (decimal): -2978709 or 7048402. OLE color: 7048402.

HSL color Cylindrical-coordinate representation of color #D28C6B: hue angle of 19.22º 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 #D28C6B is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 140 107 -
CMYK 0 0.33 0.49 0.18
HSL 19.22º 0.53% 0.62% -
HSV(B) 19.22º 0.49% 0.82% -
XYZ 38.61 33.52 18.34 -
YUV 157.17 99.69 165.68 -
System Red Green Blue C M Y K H S L
Decimal 210 140 107 0 0.33 0.49 0.18 19.22 0.53 0.62
Hex D2 8C 6B 0 21 31 12 13 35 3E
Octal 322 214 153 0 41 61 22 23 65 76
Binary 11010010 10001100 1101011 0 100001 110001 10010 10011 110101 111110

Color Harmonies of #D28C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28C6B

Black with #D28C6B

Text Example


Text Example

White with #D28C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28C6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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