Html Css Color HEX #DA9067 Copper

📋 copy color: '#DA9067'

red 218 ◦ green 144 ◦ blue 103

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

Shades of Copper #DA9067

Tints of Copper #DA9067

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.97%

 BLUE value IS 103 (40.63% from 255) = 22.15%

R = 46.88%
G = 30.97%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DA9067 (or 0xDA9067) is known color: Copper. HEX triplet: DA, 90 and 67. RGB value is (218,144,103). Sum of RGB (Red+Green+Blue) = 218+144+103=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 103 (40.62% from 255 or 22.15% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9067 is #256F98. Grayscale: #A1A1A1. Windows color (decimal): -2453401 or 6787290. OLE color: 6787290.

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

Color convert

RGB 218 144 103 -
CMYK 0 0.34 0.53 0.15
HSL 21.39º 0.61% 0.63% -
HSV(B) 21.39º 0.53% 0.85% -
XYZ 41.33 35.83 17.57 -
YUV 161.45 95.02 168.33 -
System Red Green Blue C M Y K H S L
Decimal 218 144 103 0 0.34 0.53 0.15 21.39 0.61 0.63
Hex DA 90 67 0 22 35 F 15 3D 3F
Octal 332 220 147 0 42 65 17 25 75 77
Binary 11011010 10010000 1100111 0 100010 110101 1111 10101 111101 111111

Color Harmonies of #DA9067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9067

Black with #DA9067

Text Example


Text Example

White with #DA9067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9067; }

 p { color: rgb(218,144,103); }

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

background-color css

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

 a { background-color: rgb(218,144,103); }

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

border-color css

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

 span { border-color: rgb(218,144,103); }

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