Html Css Color HEX #DA8C65 Copper

📋 copy color: '#DA8C65'

red 218 ◦ green 140 ◦ blue 101

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

Shades of Copper #DA8C65

Tints of Copper #DA8C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22%

R = 47.49%
G = 30.5%
B = 22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DA8C65 (or 0xDA8C65) is known color: Copper. HEX triplet: DA, 8C and 65. RGB value is (218,140,101). Sum of RGB (Red+Green+Blue) = 218+140+101=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 101 (39.84% from 255 or 22.00% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8C65 is #25739A. Grayscale: #9F9F9F. Windows color (decimal): -2454427 or 6655194. OLE color: 6655194.

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

Color convert

RGB 218 140 101 -
CMYK 0 0.36 0.54 0.15
HSL 20º 0.61% 0.63% -
HSV(B) 20º 0.54% 0.85% -
XYZ 40.64 34.6 16.85 -
YUV 158.88 95.34 170.17 -
System Red Green Blue C M Y K H S L
Decimal 218 140 101 0 0.36 0.54 0.15 20 0.61 0.63
Hex DA 8C 65 0 24 36 F 14 3D 3F
Octal 332 214 145 0 44 66 17 24 75 77
Binary 11011010 10001100 1100101 0 100100 110110 1111 10100 111101 111111

Color Harmonies of #DA8C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8C65

Black with #DA8C65

Text Example


Text Example

White with #DA8C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8C65; }

 p { color: rgb(218,140,101); }

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

background-color css

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

 a { background-color: rgb(218,140,101); }

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

border-color css

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

 span { border-color: rgb(218,140,101); }

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