Html Css Color HEX #D58667 Copper

📋 copy color: '#D58667'

red 213 ◦ green 134 ◦ blue 103

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

Shades of Copper #D58667

Tints of Copper #D58667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 22.89%

R = 47.33%
G = 29.78%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D58667 (or 0xD58667) is known color: Copper. HEX triplet: D5, 86 and 67. RGB value is (213,134,103). Sum of RGB (Red+Green+Blue) = 213+134+103=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 134 (52.73% from 255 or 29.78% from 450); Blue value is 103 (40.62% from 255 or 22.89% from 450); Max value from RGB is 213 - color contains mainly: red. Hex color #D58667 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58667 is #2A7998. Grayscale: #9A9A9A. Windows color (decimal): -2783641 or 6784725. OLE color: 6784725.

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

Color convert

RGB 213 134 103 -
CMYK 0 0.37 0.52 0.16
HSL 16.91º 0.57% 0.62% -
HSV(B) 16.91º 0.52% 0.84% -
XYZ 38.41 32.18 17.02 -
YUV 154.09 99.17 170.02 -
System Red Green Blue C M Y K H S L
Decimal 213 134 103 0 0.37 0.52 0.16 16.91 0.57 0.62
Hex D5 86 67 0 25 34 10 11 39 3E
Octal 325 206 147 0 45 64 20 21 71 76
Binary 11010101 10000110 1100111 0 100101 110100 10000 10001 111001 111110

Color Harmonies of #D58667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58667

Black with #D58667

Text Example


Text Example

White with #D58667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58667; }

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

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

background-color css

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

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

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

border-color css

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

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

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