Html Css Color HEX #DA8D68 Copper

📋 copy color: '#DA8D68'

red 218 ◦ green 141 ◦ blue 104

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

Shades of Copper #DA8D68

Tints of Copper #DA8D68

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.45%

 BLUE value IS 104 (41.02% from 255) = 22.46%

R = 47.08%
G = 30.45%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DA8D68 (or 0xDA8D68) is known color: Copper. HEX triplet: DA, 8D and 68. RGB value is (218,141,104). Sum of RGB (Red+Green+Blue) = 218+141+104=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 141 (55.47% from 255 or 30.45% from 463); Blue value is 104 (41.02% from 255 or 22.46% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8D68 is #257297. Grayscale: #A0A0A0. Windows color (decimal): -2454168 or 6852058. OLE color: 6852058.

HSL color Cylindrical-coordinate representation of color #DA8D68: hue angle of 19.47º degrees, saturation: 0.61, 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 #DA8D68 is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 141 104 -
CMYK 0 0.35 0.52 0.15
HSL 19.47º 0.61% 0.63% -
HSV(B) 19.47º 0.52% 0.85% -
XYZ 40.94 34.95 17.69 -
YUV 159.81 96.51 169.51 -
System Red Green Blue C M Y K H S L
Decimal 218 141 104 0 0.35 0.52 0.15 19.47 0.61 0.63
Hex DA 8D 68 0 23 34 F 13 3D 3F
Octal 332 215 150 0 43 64 17 23 75 77
Binary 11011010 10001101 1101000 0 100011 110100 1111 10011 111101 111111

Color Harmonies of #DA8D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8D68

Black with #DA8D68

Text Example


Text Example

White with #DA8D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8D68; }

 p { color: rgb(218,141,104); }

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

background-color css

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

 a { background-color: rgb(218,141,104); }

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

border-color css

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

 span { border-color: rgb(218,141,104); }

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