Html Css Color HEX #DF9266 Copper

📋 copy color: '#DF9266'

red 223 ◦ green 146 ◦ blue 102

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

Shades of Copper #DF9266

Tints of Copper #DF9266

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31%

 BLUE value IS 102 (40.23% from 255) = 21.66%

R = 47.35%
G = 31%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DF9266 (or 0xDF9266) is known color: Copper. HEX triplet: DF, 92 and 66. RGB value is (223,146,102). Sum of RGB (Red+Green+Blue) = 223+146+102=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 146 (57.42% from 255 or 31.00% from 471); Blue value is 102 (40.23% from 255 or 21.66% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9266 is #206D99. Grayscale: #A4A4A4. Windows color (decimal): -2125210 or 6722271. OLE color: 6722271.

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

Color convert

RGB 223 146 102 -
CMYK 0 0.35 0.54 0.13
HSL 21.82º 0.65% 0.64% -
HSV(B) 21.82º 0.54% 0.87% -
XYZ 43.11 37.21 17.48 -
YUV 164.01 93.01 170.08 -
System Red Green Blue C M Y K H S L
Decimal 223 146 102 0 0.35 0.54 0.13 21.82 0.65 0.64
Hex DF 92 66 0 23 36 D 16 41 40
Octal 337 222 146 0 43 66 15 26 101 100
Binary 11011111 10010010 1100110 0 100011 110110 1101 10110 1000001 1000000

Color Harmonies of #DF9266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9266

Black with #DF9266

Text Example


Text Example

White with #DF9266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9266; }

 p { color: rgb(223,146,102); }

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

background-color css

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

 a { background-color: rgb(223,146,102); }

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

border-color css

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

 span { border-color: rgb(223,146,102); }

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