Html Css Color HEX #D58769 Copper

📋 copy color: '#D58769'

red 213 ◦ green 135 ◦ blue 105

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

Shades of Copper #D58769

Tints of Copper #D58769

RGB

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

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

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

R = 47.02%
G = 29.8%
B = 23.18%

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

#D58769 (or 0xD58769) is known color: Copper. HEX triplet: D5, 87 and 69. RGB value is (213,135,105). Sum of RGB (Red+Green+Blue) = 213+135+105=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 135 (53.12% from 255 or 29.80% from 453); Blue value is 105 (41.41% from 255 or 23.18% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D58769 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58769 is #2A7896. Grayscale: #9B9B9B. Windows color (decimal): -2783383 or 6916053. OLE color: 6916053.

HSL color Cylindrical-coordinate representation of color #D58769: hue angle of 16.67º 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 #D58769 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 135 105 -
CMYK 0 0.37 0.51 0.16
HSL 16.67º 0.56% 0.62% -
HSV(B) 16.67º 0.51% 0.84% -
XYZ 38.65 32.49 17.6 -
YUV 154.9 99.84 169.44 -
System Red Green Blue C M Y K H S L
Decimal 213 135 105 0 0.37 0.51 0.16 16.67 0.56 0.62
Hex D5 87 69 0 25 33 10 11 38 3E
Octal 325 207 151 0 45 63 20 21 70 76
Binary 11010101 10000111 1101001 0 100101 110011 10000 10001 111000 111110

Color Harmonies of #D58769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58769

Black with #D58769

Text Example


Text Example

White with #D58769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58769; }

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

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

background-color css

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

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

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

border-color css

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

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

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