Html Css Color HEX #D58F69 Copper

📋 copy color: '#D58F69'

red 213 ◦ green 143 ◦ blue 105

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

Shades of Copper #D58F69

Tints of Copper #D58F69

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.02%

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

R = 46.2%
G = 31.02%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D58F69 (or 0xD58F69) is known color: Copper. HEX triplet: D5, 8F and 69. RGB value is (213,143,105). Sum of RGB (Red+Green+Blue) = 213+143+105=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 105 (41.41% from 255 or 22.78% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58F69 is #2A7096. Grayscale: #9F9F9F. Windows color (decimal): -2781335 or 6918101. OLE color: 6918101.

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

Color convert

RGB 213 143 105 -
CMYK 0 0.33 0.51 0.16
HSL 21.11º 0.56% 0.62% -
HSV(B) 21.11º 0.51% 0.84% -
XYZ 39.81 34.81 17.99 -
YUV 159.6 97.19 166.09 -
System Red Green Blue C M Y K H S L
Decimal 213 143 105 0 0.33 0.51 0.16 21.11 0.56 0.62
Hex D5 8F 69 0 21 33 10 15 38 3E
Octal 325 217 151 0 41 63 20 25 70 76
Binary 11010101 10001111 1101001 0 100001 110011 10000 10101 111000 111110

Color Harmonies of #D58F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58F69

Black with #D58F69

Text Example


Text Example

White with #D58F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58F69; }

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

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

background-color css

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

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

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

border-color css

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

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

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