Html Css Color HEX #D28770 Copper

📋 copy color: '#D28770'

red 210 ◦ green 135 ◦ blue 112

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

Shades of Copper #D28770

Tints of Copper #D28770

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.54%

 BLUE value IS 112 (44.14% from 255) = 24.51%

R = 45.95%
G = 29.54%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D28770 (or 0xD28770) is known color: Copper. HEX triplet: D2, 87 and 70. RGB value is (210,135,112). Sum of RGB (Red+Green+Blue) = 210+135+112=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 135 (53.12% from 255 or 29.54% from 457); Blue value is 112 (44.14% from 255 or 24.51% from 457); Max value from RGB is 210 - color contains mainly: red. Hex color #D28770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28770 is #2D788F. Grayscale: #9A9A9A. Windows color (decimal): -2979984 or 7374802. OLE color: 7374802.

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

Color convert

RGB 210 135 112 -
CMYK 0 0.36 0.47 0.18
HSL 14.08º 0.52% 0.63% -
HSV(B) 14.08º 0.47% 0.82% -
XYZ 38.17 32.2 19.53 -
YUV 154.8 103.85 167.37 -
System Red Green Blue C M Y K H S L
Decimal 210 135 112 0 0.36 0.47 0.18 14.08 0.52 0.63
Hex D2 87 70 0 24 2F 12 E 34 3F
Octal 322 207 160 0 44 57 22 16 64 77
Binary 11010010 10000111 1110000 0 100100 101111 10010 1110 110100 111111

Color Harmonies of #D28770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28770

Black with #D28770

Text Example


Text Example

White with #D28770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28770; }

 p { color: rgb(210,135,112); }

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

background-color css

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

 a { background-color: rgb(210,135,112); }

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

border-color css

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

 span { border-color: rgb(210,135,112); }

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