Html Css Color HEX #DC8769 Copper

📋 copy color: '#DC8769'

red 220 ◦ green 135 ◦ blue 105

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

Shades of Copper #DC8769

Tints of Copper #DC8769

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.35%

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

R = 47.83%
G = 29.35%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DC8769 (or 0xDC8769) is known color: Copper. HEX triplet: DC, 87 and 69. RGB value is (220,135,105). Sum of RGB (Red+Green+Blue) = 220+135+105=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 135 (53.12% from 255 or 29.35% from 460); Blue value is 105 (41.41% from 255 or 22.83% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8769 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8769 is #237896. Grayscale: #9D9D9D. Windows color (decimal): -2324631 or 6916060. OLE color: 6916060.

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

Color convert

RGB 220 135 105 -
CMYK 0 0.39 0.52 0.14
HSL 15.65º 0.62% 0.64% -
HSV(B) 15.65º 0.52% 0.86% -
XYZ 40.73 33.56 17.7 -
YUV 157 98.66 172.94 -
System Red Green Blue C M Y K H S L
Decimal 220 135 105 0 0.39 0.52 0.14 15.65 0.62 0.64
Hex DC 87 69 0 27 34 E 10 3E 40
Octal 334 207 151 0 47 64 16 20 76 100
Binary 11011100 10000111 1101001 0 100111 110100 1110 10000 111110 1000000

Color Harmonies of #DC8769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8769

Black with #DC8769

Text Example


Text Example

White with #DC8769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8769; }

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

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

background-color css

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

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

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

border-color css

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

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

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