Html Css Color HEX #DA8F64 Copper

📋 copy color: '#DA8F64'

red 218 ◦ green 143 ◦ blue 100

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

Shades of Copper #DA8F64

Tints of Copper #DA8F64

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.02%

 BLUE value IS 100 (39.45% from 255) = 21.69%

R = 47.29%
G = 31.02%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DA8F64 (or 0xDA8F64) is known color: Copper. HEX triplet: DA, 8F and 64. RGB value is (218,143,100). Sum of RGB (Red+Green+Blue) = 218+143+100=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 100 (39.45% from 255 or 21.69% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8F64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8F64 is #25709B. Grayscale: #A0A0A0. Windows color (decimal): -2453660 or 6590426. OLE color: 6590426.

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

Color convert

RGB 218 143 100 -
CMYK 0 0.34 0.54 0.15
HSL 21.86º 0.61% 0.62% -
HSV(B) 21.86º 0.54% 0.85% -
XYZ 41.04 35.47 16.74 -
YUV 160.52 93.85 169 -
System Red Green Blue C M Y K H S L
Decimal 218 143 100 0 0.34 0.54 0.15 21.86 0.61 0.62
Hex DA 8F 64 0 22 36 F 16 3D 3E
Octal 332 217 144 0 42 66 17 26 75 76
Binary 11011010 10001111 1100100 0 100010 110110 1111 10110 111101 111110

Color Harmonies of #DA8F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8F64

Black with #DA8F64

Text Example


Text Example

White with #DA8F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8F64; }

 p { color: rgb(218,143,100); }

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

background-color css

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

 a { background-color: rgb(218,143,100); }

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

border-color css

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

 span { border-color: rgb(218,143,100); }

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