Html Css Color HEX #DC8C69 Copper

📋 copy color: '#DC8C69'

red 220 ◦ green 140 ◦ blue 105

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

Shades of Copper #DC8C69

Tints of Copper #DC8C69

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.11%

 BLUE value IS 105 (41.41% from 255) = 22.58%

R = 47.31%
G = 30.11%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DC8C69 (or 0xDC8C69) is known color: Copper. HEX triplet: DC, 8C and 69. RGB value is (220,140,105). Sum of RGB (Red+Green+Blue) = 220+140+105=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 105 (41.41% from 255 or 22.58% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8C69 is #237396. Grayscale: #A0A0A0. Windows color (decimal): -2323351 or 6917340. OLE color: 6917340.

HSL color Cylindrical-coordinate representation of color #DC8C69: hue angle of 18.26º 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 #DC8C69 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 140 105 -
CMYK 0 0.36 0.52 0.14
HSL 18.26º 0.62% 0.64% -
HSV(B) 18.26º 0.52% 0.86% -
XYZ 41.44 34.99 17.93 -
YUV 159.93 97 170.85 -
System Red Green Blue C M Y K H S L
Decimal 220 140 105 0 0.36 0.52 0.14 18.26 0.62 0.64
Hex DC 8C 69 0 24 34 E 12 3E 40
Octal 334 214 151 0 44 64 16 22 76 100
Binary 11011100 10001100 1101001 0 100100 110100 1110 10010 111110 1000000

Color Harmonies of #DC8C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8C69

Black with #DC8C69

Text Example


Text Example

White with #DC8C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8C69; }

 p { color: rgb(220,140,105); }

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

background-color css

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

 a { background-color: rgb(220,140,105); }

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

border-color css

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

 span { border-color: rgb(220,140,105); }

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