Html Css Color HEX #DD9367 Copper

📋 copy color: '#DD9367'

red 221 ◦ green 147 ◦ blue 103

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

Shades of Copper #DD9367

Tints of Copper #DD9367

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.21%

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

R = 46.92%
G = 31.21%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DD9367 (or 0xDD9367) is known color: Copper. HEX triplet: DD, 93 and 67. RGB value is (221,147,103). Sum of RGB (Red+Green+Blue) = 221+147+103=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 103 (40.62% from 255 or 21.87% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9367 is #226C98. Grayscale: #A4A4A4. Windows color (decimal): -2256025 or 6788061. OLE color: 6788061.

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

Color convert

RGB 221 147 103 -
CMYK 0 0.33 0.53 0.13
HSL 22.37º 0.63% 0.64% -
HSV(B) 22.37º 0.53% 0.87% -
XYZ 42.7 37.22 17.77 -
YUV 164.11 93.52 168.58 -
System Red Green Blue C M Y K H S L
Decimal 221 147 103 0 0.33 0.53 0.13 22.37 0.63 0.64
Hex DD 93 67 0 21 35 D 16 3F 40
Octal 335 223 147 0 41 65 15 26 77 100
Binary 11011101 10010011 1100111 0 100001 110101 1101 10110 111111 1000000

Color Harmonies of #DD9367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9367

Black with #DD9367

Text Example


Text Example

White with #DD9367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9367; }

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

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

background-color css

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

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

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

border-color css

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

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

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