Html Css Color HEX #DA8C62 Copper

📋 copy color: '#DA8C62'

red 218 ◦ green 140 ◦ blue 98

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

Shades of Copper #DA8C62

Tints of Copper #DA8C62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.49%

R = 47.81%
G = 30.7%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DA8C62 (or 0xDA8C62) is known color: Copper. HEX triplet: DA, 8C and 62. RGB value is (218,140,98). Sum of RGB (Red+Green+Blue) = 218+140+98=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 98 (38.67% from 255 or 21.49% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8C62 is #25739D. Grayscale: #9E9E9E. Windows color (decimal): -2454430 or 6458586. OLE color: 6458586.

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

Color convert

RGB 218 140 98 -
CMYK 0 0.36 0.55 0.15
HSL 21º 0.62% 0.62% -
HSV(B) 21º 0.55% 0.85% -
XYZ 40.5 34.54 16.09 -
YUV 158.53 93.84 170.42 -
System Red Green Blue C M Y K H S L
Decimal 218 140 98 0 0.36 0.55 0.15 21 0.62 0.62
Hex DA 8C 62 0 24 37 F 15 3E 3E
Octal 332 214 142 0 44 67 17 25 76 76
Binary 11011010 10001100 1100010 0 100100 110111 1111 10101 111110 111110

Color Harmonies of #DA8C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8C62

Black with #DA8C62

Text Example


Text Example

White with #DA8C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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