Html Css Color HEX #D68A70 Copper

📋 copy color: '#D68A70'

red 214 ◦ green 138 ◦ blue 112

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

Shades of Copper #D68A70

Tints of Copper #D68A70

RGB

 RED value IS 214 (83.98% from 255) = 46.12%

 GREEN value IS 138 (54.3% from 255) = 29.74%

 BLUE value IS 112 (44.14% from 255) = 24.14%

R = 46.12%
G = 29.74%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D68A70 (or 0xD68A70) is known color: Copper. HEX triplet: D6, 8A and 70. RGB value is (214,138,112). Sum of RGB (Red+Green+Blue) = 214+138+112=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 138 (54.30% from 255 or 29.74% from 464); Blue value is 112 (44.14% from 255 or 24.14% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68A70 is #29758F. Grayscale: #9D9D9D. Windows color (decimal): -2717072 or 7375574. OLE color: 7375574.

HSL color Cylindrical-coordinate representation of color #D68A70: hue angle of 15.29º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D68A70 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 138 112 -
CMYK 0 0.36 0.48 0.16
HSL 15.29º 0.55% 0.64% -
HSV(B) 15.29º 0.48% 0.84% -
XYZ 39.74 33.64 19.73 -
YUV 157.76 102.18 168.11 -
System Red Green Blue C M Y K H S L
Decimal 214 138 112 0 0.36 0.48 0.16 15.29 0.55 0.64
Hex D6 8A 70 0 24 30 10 F 37 40
Octal 326 212 160 0 44 60 20 17 67 100
Binary 11010110 10001010 1110000 0 100100 110000 10000 1111 110111 1000000

Color Harmonies of #D68A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68A70

Black with #D68A70

Text Example


Text Example

White with #D68A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68A70; }

 p { color: rgb(214,138,112); }

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

background-color css

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

 a { background-color: rgb(214,138,112); }

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

border-color css

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

 span { border-color: rgb(214,138,112); }

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