Html Css Color HEX #D68469 Copper

📋 copy color: '#D68469'

red 214 ◦ green 132 ◦ blue 105

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

Shades of Copper #D68469

Tints of Copper #D68469

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.27%

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

R = 47.45%
G = 29.27%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D68469 (or 0xD68469) is known color: Copper. HEX triplet: D6, 84 and 69. RGB value is (214,132,105). Sum of RGB (Red+Green+Blue) = 214+132+105=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 132 (51.95% from 255 or 29.27% from 451); Blue value is 105 (41.41% from 255 or 23.28% from 451); Max value from RGB is 214 - color contains mainly: red. Hex color #D68469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68469 is #297B96. Grayscale: #999999. Windows color (decimal): -2718615 or 6915286. OLE color: 6915286.

HSL color Cylindrical-coordinate representation of color #D68469: hue angle of 14.86º 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 #D68469 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 132 105 -
CMYK 0 0.38 0.51 0.16
HSL 14.86º 0.57% 0.63% -
HSV(B) 14.86º 0.51% 0.84% -
XYZ 38.53 31.82 17.48 -
YUV 153.44 100.67 171.2 -
System Red Green Blue C M Y K H S L
Decimal 214 132 105 0 0.38 0.51 0.16 14.86 0.57 0.63
Hex D6 84 69 0 26 33 10 F 39 3F
Octal 326 204 151 0 46 63 20 17 71 77
Binary 11010110 10000100 1101001 0 100110 110011 10000 1111 111001 111111

Color Harmonies of #D68469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68469

Black with #D68469

Text Example


Text Example

White with #D68469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68469; }

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

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

background-color css

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

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

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

border-color css

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

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

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