Html Css Color HEX #DA8C5F Copper

📋 copy color: '#DA8C5F'

red 218 ◦ green 140 ◦ blue 95

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

Shades of Copper #DA8C5F

Tints of Copper #DA8C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.97%

R = 48.12%
G = 30.91%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA8C5F (or 0xDA8C5F) is known color: Copper. HEX triplet: DA, 8C and 5F. RGB value is (218,140,95). Sum of RGB (Red+Green+Blue) = 218+140+95=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 140 (55.08% from 255 or 30.91% from 453); Blue value is 95 (37.5% from 255 or 20.97% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8C5F is #2573A0. Grayscale: #9E9E9E. Windows color (decimal): -2454433 or 6261978. OLE color: 6261978.

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

Color convert

RGB 218 140 95 -
CMYK 0 0.36 0.56 0.15
HSL 21.95º 0.62% 0.61% -
HSV(B) 21.95º 0.56% 0.85% -
XYZ 40.36 34.49 15.36 -
YUV 158.19 92.34 170.66 -
System Red Green Blue C M Y K H S L
Decimal 218 140 95 0 0.36 0.56 0.15 21.95 0.62 0.61
Hex DA 8C 5F 0 24 38 F 16 3E 3D
Octal 332 214 137 0 44 70 17 26 76 75
Binary 11011010 10001100 1011111 0 100100 111000 1111 10110 111110 111101

Color Harmonies of #DA8C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8C5F

Black with #DA8C5F

Text Example


Text Example

White with #DA8C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8C5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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