Html Css Color HEX #D58A68 Copper

📋 copy color: '#D58A68'

red 213 ◦ green 138 ◦ blue 104

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

Shades of Copper #D58A68

Tints of Copper #D58A68

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.33%

 BLUE value IS 104 (41.02% from 255) = 22.86%

R = 46.81%
G = 30.33%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D58A68 (or 0xD58A68) is known color: Copper. HEX triplet: D5, 8A and 68. RGB value is (213,138,104). Sum of RGB (Red+Green+Blue) = 213+138+104=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 104 (41.02% from 255 or 22.86% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D58A68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58A68 is #2A7597. Grayscale: #9C9C9C. Windows color (decimal): -2782616 or 6851285. OLE color: 6851285.

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

Color convert

RGB 213 138 104 -
CMYK 0 0.35 0.51 0.16
HSL 18.72º 0.56% 0.62% -
HSV(B) 18.72º 0.51% 0.84% -
XYZ 39.03 33.32 17.47 -
YUV 156.55 98.35 168.26 -
System Red Green Blue C M Y K H S L
Decimal 213 138 104 0 0.35 0.51 0.16 18.72 0.56 0.62
Hex D5 8A 68 0 23 33 10 13 38 3E
Octal 325 212 150 0 43 63 20 23 70 76
Binary 11010101 10001010 1101000 0 100011 110011 10000 10011 111000 111110

Color Harmonies of #D58A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58A68

Black with #D58A68

Text Example


Text Example

White with #D58A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58A68; }

 p { color: rgb(213,138,104); }

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

background-color css

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

 a { background-color: rgb(213,138,104); }

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

border-color css

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

 span { border-color: rgb(213,138,104); }

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