Html Css Color HEX #DC9067 Copper

📋 copy color: '#DC9067'

red 220 ◦ green 144 ◦ blue 103

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

Shades of Copper #DC9067

Tints of Copper #DC9067

RGB

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

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

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

R = 47.11%
G = 30.84%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DC9067 (or 0xDC9067) is known color: Copper. HEX triplet: DC, 90 and 67. RGB value is (220,144,103). Sum of RGB (Red+Green+Blue) = 220+144+103=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 103 (40.62% from 255 or 22.06% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9067 is #236F98. Grayscale: #A2A2A2. Windows color (decimal): -2322329 or 6787292. OLE color: 6787292.

HSL color Cylindrical-coordinate representation of color #DC9067: hue angle of 21.03º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC9067 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 144 103 -
CMYK 0 0.35 0.53 0.14
HSL 21.03º 0.63% 0.63% -
HSV(B) 21.03º 0.53% 0.86% -
XYZ 41.94 36.14 17.6 -
YUV 162.05 94.68 169.33 -
System Red Green Blue C M Y K H S L
Decimal 220 144 103 0 0.35 0.53 0.14 21.03 0.63 0.63
Hex DC 90 67 0 23 35 E 15 3F 3F
Octal 334 220 147 0 43 65 16 25 77 77
Binary 11011100 10010000 1100111 0 100011 110101 1110 10101 111111 111111

Color Harmonies of #DC9067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9067

Black with #DC9067

Text Example


Text Example

White with #DC9067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9067; }

 p { color: rgb(220,144,103); }

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

background-color css

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

 a { background-color: rgb(220,144,103); }

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

border-color css

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

 span { border-color: rgb(220,144,103); }

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