Html Css Color HEX #D28C6A Copper

📋 copy color: '#D28C6A'

red 210 ◦ green 140 ◦ blue 106

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

Shades of Copper #D28C6A

Tints of Copper #D28C6A

RGB

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

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

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

R = 46.05%
G = 30.7%
B = 23.25%

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

#D28C6A (or 0xD28C6A) is known color: Copper. HEX triplet: D2, 8C and 6A. RGB value is (210,140,106). Sum of RGB (Red+Green+Blue) = 210+140+106=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 106 (41.80% from 255 or 23.25% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D28C6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28C6A is #2D7395. Grayscale: #9D9D9D. Windows color (decimal): -2978710 or 6982866. OLE color: 6982866.

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

Color convert

RGB 210 140 106 -
CMYK 0 0.33 0.50 0.18
HSL 19.62º 0.54% 0.62% -
HSV(B) 19.62º 0.5% 0.82% -
XYZ 38.56 33.5 18.07 -
YUV 157.05 99.19 165.76 -
System Red Green Blue C M Y K H S L
Decimal 210 140 106 0 0.33 0.50 0.18 19.62 0.54 0.62
Hex D2 8C 6A 0 21 32 12 14 36 3E
Octal 322 214 152 0 41 62 22 24 66 76
Binary 11010010 10001100 1101010 0 100001 110010 10010 10100 110110 111110

Color Harmonies of #D28C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28C6A

Black with #D28C6A

Text Example


Text Example

White with #D28C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28C6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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