Html Css Color HEX #DC926A Copper

📋 copy color: '#DC926A'

red 220 ◦ green 146 ◦ blue 106

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

Shades of Copper #DC926A

Tints of Copper #DC926A

RGB

 RED value IS 220 (86.33% from 255) = 46.61%

 GREEN value IS 146 (57.42% from 255) = 30.93%

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

R = 46.61%
G = 30.93%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DC926A (or 0xDC926A) is known color: Copper. HEX triplet: DC, 92 and 6A. RGB value is (220,146,106). Sum of RGB (Red+Green+Blue) = 220+146+106=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 146 (57.42% from 255 or 30.93% from 472); Blue value is 106 (41.80% from 255 or 22.46% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC926A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC926A is #236D95. Grayscale: #A3A3A3. Windows color (decimal): -2321814 or 6984412. OLE color: 6984412.

HSL color Cylindrical-coordinate representation of color #DC926A: hue angle of 21.05º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC926A is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 146 106 -
CMYK 0 0.34 0.52 0.14
HSL 21.05º 0.62% 0.64% -
HSV(B) 21.05º 0.52% 0.86% -
XYZ 42.4 36.81 18.51 -
YUV 163.57 95.52 168.25 -
System Red Green Blue C M Y K H S L
Decimal 220 146 106 0 0.34 0.52 0.14 21.05 0.62 0.64
Hex DC 92 6A 0 22 34 E 15 3E 40
Octal 334 222 152 0 42 64 16 25 76 100
Binary 11011100 10010010 1101010 0 100010 110100 1110 10101 111110 1000000

Color Harmonies of #DC926A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC926A

Black with #DC926A

Text Example


Text Example

White with #DC926A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC926A; }

 p { color: rgb(220,146,106); }

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

background-color css

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

 a { background-color: rgb(220,146,106); }

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

border-color css

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

 span { border-color: rgb(220,146,106); }

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