Html Css Color HEX #DA8569 Copper

📋 copy color: '#DA8569'

red 218 ◦ green 133 ◦ blue 105

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

Shades of Copper #DA8569

Tints of Copper #DA8569

RGB

 RED value IS 218 (85.55% from 255) = 47.81%

 GREEN value IS 133 (52.34% from 255) = 29.17%

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

R = 47.81%
G = 29.17%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DA8569 (or 0xDA8569) is known color: Copper. HEX triplet: DA, 85 and 69. RGB value is (218,133,105). Sum of RGB (Red+Green+Blue) = 218+133+105=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 105 (41.41% from 255 or 23.03% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8569 is #257A96. Grayscale: #9B9B9B. Windows color (decimal): -2456215 or 6915546. OLE color: 6915546.

HSL color Cylindrical-coordinate representation of color #DA8569: hue angle of 14.87º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA8569 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 133 105 -
CMYK 0 0.39 0.52 0.15
HSL 14.87º 0.6% 0.63% -
HSV(B) 14.87º 0.52% 0.85% -
XYZ 39.85 32.7 17.58 -
YUV 155.22 99.66 172.78 -
System Red Green Blue C M Y K H S L
Decimal 218 133 105 0 0.39 0.52 0.15 14.87 0.6 0.63
Hex DA 85 69 0 27 34 F F 3C 3F
Octal 332 205 151 0 47 64 17 17 74 77
Binary 11011010 10000101 1101001 0 100111 110100 1111 1111 111100 111111

Color Harmonies of #DA8569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8569

Black with #DA8569

Text Example


Text Example

White with #DA8569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8569; }

 p { color: rgb(218,133,105); }

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

background-color css

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

 a { background-color: rgb(218,133,105); }

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

border-color css

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

 span { border-color: rgb(218,133,105); }

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