Html Css Color HEX #D68869 Copper

📋 copy color: '#D68869'

red 214 ◦ green 136 ◦ blue 105

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

Shades of Copper #D68869

Tints of Copper #D68869

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.89%

 BLUE value IS 105 (41.41% from 255) = 23.08%

R = 47.03%
G = 29.89%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D68869 (or 0xD68869) is known color: Copper. HEX triplet: D6, 88 and 69. RGB value is (214,136,105). Sum of RGB (Red+Green+Blue) = 214+136+105=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 136 (53.52% from 255 or 29.89% from 455); Blue value is 105 (41.41% from 255 or 23.08% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D68869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68869 is #297796. Grayscale: #9B9B9B. Windows color (decimal): -2717591 or 6916310. OLE color: 6916310.

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

Color convert

RGB 214 136 105 -
CMYK 0 0.36 0.51 0.16
HSL 17.06º 0.57% 0.63% -
HSV(B) 17.06º 0.51% 0.84% -
XYZ 39.09 32.92 17.66 -
YUV 155.79 99.34 169.52 -
System Red Green Blue C M Y K H S L
Decimal 214 136 105 0 0.36 0.51 0.16 17.06 0.57 0.63
Hex D6 88 69 0 24 33 10 11 39 3F
Octal 326 210 151 0 44 63 20 21 71 77
Binary 11010110 10001000 1101001 0 100100 110011 10000 10001 111001 111111

Color Harmonies of #D68869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68869

Black with #D68869

Text Example


Text Example

White with #D68869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68869; }

 p { color: rgb(214,136,105); }

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

background-color css

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

 a { background-color: rgb(214,136,105); }

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

border-color css

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

 span { border-color: rgb(214,136,105); }

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