Html Css Color HEX #DD906B Copper

📋 copy color: '#DD906B'

red 221 ◦ green 144 ◦ blue 107

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

Shades of Copper #DD906B

Tints of Copper #DD906B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.51%

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

R = 46.82%
G = 30.51%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD906B (or 0xDD906B) is known color: Copper. HEX triplet: DD, 90 and 6B. RGB value is (221,144,107). Sum of RGB (Red+Green+Blue) = 221+144+107=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 144 (56.64% from 255 or 30.51% from 472); Blue value is 107 (42.19% from 255 or 22.67% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD906B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD906B is #226F94. Grayscale: #A3A3A3. Windows color (decimal): -2256789 or 7049437. OLE color: 7049437.

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

Color convert

RGB 221 144 107 -
CMYK 0 0.35 0.52 0.13
HSL 19.47º 0.63% 0.64% -
HSV(B) 19.47º 0.52% 0.87% -
XYZ 42.45 36.38 18.69 -
YUV 162.81 96.51 169.51 -
System Red Green Blue C M Y K H S L
Decimal 221 144 107 0 0.35 0.52 0.13 19.47 0.63 0.64
Hex DD 90 6B 0 23 34 D 13 3F 40
Octal 335 220 153 0 43 64 15 23 77 100
Binary 11011101 10010000 1101011 0 100011 110100 1101 10011 111111 1000000

Color Harmonies of #DD906B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD906B

Black with #DD906B

Text Example


Text Example

White with #DD906B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD906B; }

 p { color: rgb(221,144,107); }

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

background-color css

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

 a { background-color: rgb(221,144,107); }

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

border-color css

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

 span { border-color: rgb(221,144,107); }

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