Html Css Color HEX #DA8B68 Copper

📋 copy color: '#DA8B68'

red 218 ◦ green 139 ◦ blue 104

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

Shades of Copper #DA8B68

Tints of Copper #DA8B68

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.15%

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

R = 47.29%
G = 30.15%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DA8B68 (or 0xDA8B68) is known color: Copper. HEX triplet: DA, 8B and 68. RGB value is (218,139,104). Sum of RGB (Red+Green+Blue) = 218+139+104=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 139 (54.69% from 255 or 30.15% from 461); Blue value is 104 (41.02% from 255 or 22.56% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8B68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8B68 is #257497. Grayscale: #9E9E9E. Windows color (decimal): -2454680 or 6851546. OLE color: 6851546.

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

Color convert

RGB 218 139 104 -
CMYK 0 0.36 0.52 0.15
HSL 18.42º 0.61% 0.63% -
HSV(B) 18.42º 0.52% 0.85% -
XYZ 40.64 34.37 17.59 -
YUV 158.63 97.17 170.35 -
System Red Green Blue C M Y K H S L
Decimal 218 139 104 0 0.36 0.52 0.15 18.42 0.61 0.63
Hex DA 8B 68 0 24 34 F 12 3D 3F
Octal 332 213 150 0 44 64 17 22 75 77
Binary 11011010 10001011 1101000 0 100100 110100 1111 10010 111101 111111

Color Harmonies of #DA8B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8B68

Black with #DA8B68

Text Example


Text Example

White with #DA8B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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