Html Css Color HEX #DF8B6B Copper

📋 copy color: '#DF8B6B'

red 223 ◦ green 139 ◦ blue 107

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

Shades of Copper #DF8B6B

Tints of Copper #DF8B6B

RGB

 RED value IS 223 (87.5% from 255) = 47.55%

 GREEN value IS 139 (54.69% from 255) = 29.64%

 BLUE value IS 107 (42.19% from 255) = 22.81%

R = 47.55%
G = 29.64%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DF8B6B (or 0xDF8B6B) is known color: Copper. HEX triplet: DF, 8B and 6B. RGB value is (223,139,107). Sum of RGB (Red+Green+Blue) = 223+139+107=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 139 (54.69% from 255 or 29.64% from 469); Blue value is 107 (42.19% from 255 or 22.81% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8B6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8B6B is #207494. Grayscale: #A0A0A0. Windows color (decimal): -2126997 or 7048159. OLE color: 7048159.

HSL color Cylindrical-coordinate representation of color #DF8B6B: hue angle of 16.55º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF8B6B is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 139 107 -
CMYK 0 0.38 0.52 0.13
HSL 16.55º 0.64% 0.65% -
HSV(B) 16.55º 0.52% 0.87% -
XYZ 42.32 35.21 18.48 -
YUV 160.47 97.83 172.6 -
System Red Green Blue C M Y K H S L
Decimal 223 139 107 0 0.38 0.52 0.13 16.55 0.64 0.65
Hex DF 8B 6B 0 26 34 D 11 40 41
Octal 337 213 153 0 46 64 15 21 100 101
Binary 11011111 10001011 1101011 0 100110 110100 1101 10001 1000000 1000001

Color Harmonies of #DF8B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8B6B

Black with #DF8B6B

Text Example


Text Example

White with #DF8B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8B6B; }

 p { color: rgb(223,139,107); }

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

background-color css

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

 a { background-color: rgb(223,139,107); }

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

border-color css

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

 span { border-color: rgb(223,139,107); }

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