Html Css Color HEX #D68965 Copper

📋 copy color: '#D68965'

red 214 ◦ green 137 ◦ blue 101

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

Shades of Copper #D68965

Tints of Copper #D68965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.35%

R = 47.35%
G = 30.31%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D68965 (or 0xD68965) is known color: Copper. HEX triplet: D6, 89 and 65. RGB value is (214,137,101). Sum of RGB (Red+Green+Blue) = 214+137+101=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 137 (53.91% from 255 or 30.31% from 452); Blue value is 101 (39.84% from 255 or 22.35% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D68965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68965 is #29769A. Grayscale: #9C9C9C. Windows color (decimal): -2717339 or 6654422. OLE color: 6654422.

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

Color convert

RGB 214 137 101 -
CMYK 0 0.36 0.53 0.16
HSL 19.12º 0.58% 0.62% -
HSV(B) 19.12º 0.53% 0.84% -
XYZ 39.03 33.13 16.65 -
YUV 155.92 97.01 169.43 -
System Red Green Blue C M Y K H S L
Decimal 214 137 101 0 0.36 0.53 0.16 19.12 0.58 0.62
Hex D6 89 65 0 24 35 10 13 3A 3E
Octal 326 211 145 0 44 65 20 23 72 76
Binary 11010110 10001001 1100101 0 100100 110101 10000 10011 111010 111110

Color Harmonies of #D68965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68965

Black with #D68965

Text Example


Text Example

White with #D68965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68965; }

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

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

background-color css

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

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

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

border-color css

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

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

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