Html Css Color HEX #DD8567 Copper

📋 copy color: '#DD8567'

red 221 ◦ green 133 ◦ blue 103

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

Shades of Copper #DD8567

Tints of Copper #DD8567

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.1%

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

R = 48.36%
G = 29.1%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DD8567 (or 0xDD8567) is known color: Copper. HEX triplet: DD, 85 and 67. RGB value is (221,133,103). Sum of RGB (Red+Green+Blue) = 221+133+103=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 103 (40.62% from 255 or 22.54% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8567 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8567 is #227A98. Grayscale: #9C9C9C. Windows color (decimal): -2259609 or 6784477. OLE color: 6784477.

HSL color Cylindrical-coordinate representation of color #DD8567: hue angle of 15.25º 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 #DD8567 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 133 103 -
CMYK 0 0.40 0.53 0.13
HSL 15.25º 0.63% 0.64% -
HSV(B) 15.25º 0.53% 0.87% -
XYZ 40.65 33.13 17.08 -
YUV 155.89 98.15 174.44 -
System Red Green Blue C M Y K H S L
Decimal 221 133 103 0 0.40 0.53 0.13 15.25 0.63 0.64
Hex DD 85 67 0 28 35 D F 3F 40
Octal 335 205 147 0 50 65 15 17 77 100
Binary 11011101 10000101 1100111 0 101000 110101 1101 1111 111111 1000000

Color Harmonies of #DD8567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8567

Black with #DD8567

Text Example


Text Example

White with #DD8567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8567; }

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

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

background-color css

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

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

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

border-color css

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

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

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