Html Css Color HEX #DD8B67 Copper

📋 copy color: '#DD8B67'

red 221 ◦ green 139 ◦ blue 103

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

Shades of Copper #DD8B67

Tints of Copper #DD8B67

RGB

 RED value IS 221 (86.72% from 255) = 47.73%

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

 BLUE value IS 103 (40.63% from 255) = 22.25%

R = 47.73%
G = 30.02%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DD8B67 (or 0xDD8B67) is known color: Copper. HEX triplet: DD, 8B and 67. RGB value is (221,139,103). Sum of RGB (Red+Green+Blue) = 221+139+103=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 103 (40.62% from 255 or 22.25% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8B67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8B67 is #227498. Grayscale: #9F9F9F. Windows color (decimal): -2258073 or 6786013. OLE color: 6786013.

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

Color convert

RGB 221 139 103 -
CMYK 0 0.37 0.53 0.13
HSL 18.31º 0.63% 0.64% -
HSV(B) 18.31º 0.53% 0.87% -
XYZ 41.5 34.82 17.36 -
YUV 159.41 96.17 171.93 -
System Red Green Blue C M Y K H S L
Decimal 221 139 103 0 0.37 0.53 0.13 18.31 0.63 0.64
Hex DD 8B 67 0 25 35 D 12 3F 40
Octal 335 213 147 0 45 65 15 22 77 100
Binary 11011101 10001011 1100111 0 100101 110101 1101 10010 111111 1000000

Color Harmonies of #DD8B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8B67

Black with #DD8B67

Text Example


Text Example

White with #DD8B67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8B67; }

 p { color: rgb(221,139,103); }

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

background-color css

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

 a { background-color: rgb(221,139,103); }

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

border-color css

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

 span { border-color: rgb(221,139,103); }

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