Html Css Color HEX #D5906C Copper

📋 copy color: '#D5906C'

red 213 ◦ green 144 ◦ blue 108

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

Shades of Copper #D5906C

Tints of Copper #D5906C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.97%

 BLUE value IS 108 (42.58% from 255) = 23.23%

R = 45.81%
G = 30.97%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5906C (or 0xD5906C) is known color: Copper. HEX triplet: D5, 90 and 6C. RGB value is (213,144,108). Sum of RGB (Red+Green+Blue) = 213+144+108=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 108 (42.58% from 255 or 23.23% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D5906C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5906C is #2A6F93. Grayscale: #A0A0A0. Windows color (decimal): -2781076 or 7114965. OLE color: 7114965.

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

Color convert

RGB 213 144 108 -
CMYK 0 0.32 0.49 0.16
HSL 20.57º 0.56% 0.63% -
HSV(B) 20.57º 0.49% 0.84% -
XYZ 40.12 35.18 18.86 -
YUV 160.53 98.36 165.43 -
System Red Green Blue C M Y K H S L
Decimal 213 144 108 0 0.32 0.49 0.16 20.57 0.56 0.63
Hex D5 90 6C 0 20 31 10 15 38 3F
Octal 325 220 154 0 40 61 20 25 70 77
Binary 11010101 10010000 1101100 0 100000 110001 10000 10101 111000 111111

Color Harmonies of #D5906C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5906C

Black with #D5906C

Text Example


Text Example

White with #D5906C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5906C; }

 p { color: rgb(213,144,108); }

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

background-color css

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

 a { background-color: rgb(213,144,108); }

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

border-color css

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

 span { border-color: rgb(213,144,108); }

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