Html Css Color HEX #D58669 Copper

📋 copy color: '#D58669'

red 213 ◦ green 134 ◦ blue 105

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

Shades of Copper #D58669

Tints of Copper #D58669

RGB

 RED value IS 213 (83.59% from 255) = 47.12%

 GREEN value IS 134 (52.73% from 255) = 29.65%

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

R = 47.12%
G = 29.65%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D58669 (or 0xD58669) is known color: Copper. HEX triplet: D5, 86 and 69. RGB value is (213,134,105). Sum of RGB (Red+Green+Blue) = 213+134+105=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 105 (41.41% from 255 or 23.23% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D58669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58669 is #2A7996. Grayscale: #9A9A9A. Windows color (decimal): -2783639 or 6915797. OLE color: 6915797.

HSL color Cylindrical-coordinate representation of color #D58669: hue angle of 16.11º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D58669 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 134 105 -
CMYK 0 0.37 0.51 0.16
HSL 16.11º 0.56% 0.62% -
HSV(B) 16.11º 0.51% 0.84% -
XYZ 38.52 32.22 17.55 -
YUV 154.32 100.17 169.86 -
System Red Green Blue C M Y K H S L
Decimal 213 134 105 0 0.37 0.51 0.16 16.11 0.56 0.62
Hex D5 86 69 0 25 33 10 10 38 3E
Octal 325 206 151 0 45 63 20 20 70 76
Binary 11010101 10000110 1101001 0 100101 110011 10000 10000 111000 111110

Color Harmonies of #D58669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58669

Black with #D58669

Text Example


Text Example

White with #D58669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58669; }

 p { color: rgb(213,134,105); }

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

background-color css

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

 a { background-color: rgb(213,134,105); }

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

border-color css

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

 span { border-color: rgb(213,134,105); }

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