Html Css Color HEX #D28D69 Copper

📋 copy color: '#D28D69'

red 210 ◦ green 141 ◦ blue 105

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

Shades of Copper #D28D69

Tints of Copper #D28D69

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.92%

 BLUE value IS 105 (41.41% from 255) = 23.03%

R = 46.05%
G = 30.92%
B = 23.03%

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

#D28D69 (or 0xD28D69) is known color: Copper. HEX triplet: D2, 8D and 69. RGB value is (210,141,105). Sum of RGB (Red+Green+Blue) = 210+141+105=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 141 (55.47% from 255 or 30.92% from 456); Blue value is 105 (41.41% from 255 or 23.03% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D28D69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28D69 is #2D7296. Grayscale: #9D9D9D. Windows color (decimal): -2978455 or 6917586. OLE color: 6917586.

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

Color convert

RGB 210 141 105 -
CMYK 0 0.33 0.50 0.18
HSL 20.57º 0.54% 0.62% -
HSV(B) 20.57º 0.5% 0.82% -
XYZ 38.65 33.77 17.85 -
YUV 157.53 98.36 165.43 -
System Red Green Blue C M Y K H S L
Decimal 210 141 105 0 0.33 0.50 0.18 20.57 0.54 0.62
Hex D2 8D 69 0 21 32 12 15 36 3E
Octal 322 215 151 0 41 62 22 25 66 76
Binary 11010010 10001101 1101001 0 100001 110010 10010 10101 110110 111110

Color Harmonies of #D28D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28D69

Black with #D28D69

Text Example


Text Example

White with #D28D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28D69; }

 p { color: rgb(210,141,105); }

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

background-color css

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

 a { background-color: rgb(210,141,105); }

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

border-color css

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

 span { border-color: rgb(210,141,105); }

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