Html Css Color HEX #DF906A Copper

📋 copy color: '#DF906A'

red 223 ◦ green 144 ◦ blue 106

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

Shades of Copper #DF906A

Tints of Copper #DF906A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.41%

R = 47.15%
G = 30.44%
B = 22.41%

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

#DF906A (or 0xDF906A) is known color: Copper. HEX triplet: DF, 90 and 6A. RGB value is (223,144,106). Sum of RGB (Red+Green+Blue) = 223+144+106=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 144 (56.64% from 255 or 30.44% from 473); Blue value is 106 (41.80% from 255 or 22.41% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF906A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF906A is #206F95. Grayscale: #A3A3A3. Windows color (decimal): -2125718 or 6983903. OLE color: 6983903.

HSL color Cylindrical-coordinate representation of color #DF906A: hue angle of 19.49º degrees, saturation: 0.65, 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 #DF906A is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 144 106 -
CMYK 0 0.35 0.52 0.13
HSL 19.49º 0.65% 0.65% -
HSV(B) 19.49º 0.52% 0.87% -
XYZ 43.01 36.68 18.45 -
YUV 163.29 95.67 170.59 -
System Red Green Blue C M Y K H S L
Decimal 223 144 106 0 0.35 0.52 0.13 19.49 0.65 0.65
Hex DF 90 6A 0 23 34 D 13 41 41
Octal 337 220 152 0 43 64 15 23 101 101
Binary 11011111 10010000 1101010 0 100011 110100 1101 10011 1000001 1000001

Color Harmonies of #DF906A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF906A

Black with #DF906A

Text Example


Text Example

White with #DF906A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF906A; }

 p { color: rgb(223,144,106); }

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

background-color css

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

 a { background-color: rgb(223,144,106); }

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

border-color css

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

 span { border-color: rgb(223,144,106); }

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