Html Css Color HEX #D5896A Copper

📋 copy color: '#D5896A'

red 213 ◦ green 137 ◦ blue 106

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

Shades of Copper #D5896A

Tints of Copper #D5896A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.04%

 BLUE value IS 106 (41.8% from 255) = 23.25%

R = 46.71%
G = 30.04%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D5896A (or 0xD5896A) is known color: Copper. HEX triplet: D5, 89 and 6A. RGB value is (213,137,106). Sum of RGB (Red+Green+Blue) = 213+137+106=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 137 (53.91% from 255 or 30.04% from 456); Blue value is 106 (41.80% from 255 or 23.25% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D5896A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5896A is #2A7695. Grayscale: #9C9C9C. Windows color (decimal): -2782870 or 6982101. OLE color: 6982101.

HSL color Cylindrical-coordinate representation of color #D5896A: hue angle of 17.38º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D5896A is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 137 106 -
CMYK 0 0.36 0.50 0.16
HSL 17.38º 0.56% 0.63% -
HSV(B) 17.38º 0.5% 0.84% -
XYZ 38.99 33.08 17.97 -
YUV 156.19 99.68 168.52 -
System Red Green Blue C M Y K H S L
Decimal 213 137 106 0 0.36 0.50 0.16 17.38 0.56 0.63
Hex D5 89 6A 0 24 32 10 11 38 3F
Octal 325 211 152 0 44 62 20 21 70 77
Binary 11010101 10001001 1101010 0 100100 110010 10000 10001 111000 111111

Color Harmonies of #D5896A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5896A

Black with #D5896A

Text Example


Text Example

White with #D5896A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5896A; }

 p { color: rgb(213,137,106); }

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

background-color css

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

 a { background-color: rgb(213,137,106); }

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

border-color css

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

 span { border-color: rgb(213,137,106); }

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