Html Css Color HEX #D68966 Copper

📋 copy color: '#D68966'

red 214 ◦ green 137 ◦ blue 102

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

Shades of Copper #D68966

Tints of Copper #D68966

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.24%

 BLUE value IS 102 (40.23% from 255) = 22.52%

R = 47.24%
G = 30.24%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D68966 (or 0xD68966) is known color: Copper. HEX triplet: D6, 89 and 66. RGB value is (214,137,102). Sum of RGB (Red+Green+Blue) = 214+137+102=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 137 (53.91% from 255 or 30.24% from 453); Blue value is 102 (40.23% from 255 or 22.52% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D68966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68966 is #297699. Grayscale: #9C9C9C. Windows color (decimal): -2717338 or 6719958. OLE color: 6719958.

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

Color convert

RGB 214 137 102 -
CMYK 0 0.36 0.52 0.16
HSL 18.75º 0.58% 0.62% -
HSV(B) 18.75º 0.52% 0.84% -
XYZ 39.08 33.15 16.91 -
YUV 156.03 97.51 169.35 -
System Red Green Blue C M Y K H S L
Decimal 214 137 102 0 0.36 0.52 0.16 18.75 0.58 0.62
Hex D6 89 66 0 24 34 10 13 3A 3E
Octal 326 211 146 0 44 64 20 23 72 76
Binary 11010110 10001001 1100110 0 100100 110100 10000 10011 111010 111110

Color Harmonies of #D68966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68966

Black with #D68966

Text Example


Text Example

White with #D68966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68966; }

 p { color: rgb(214,137,102); }

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

background-color css

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

 a { background-color: rgb(214,137,102); }

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

border-color css

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

 span { border-color: rgb(214,137,102); }

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