Html Css Color HEX #DF926F Copper

📋 copy color: '#DF926F'

red 223 ◦ green 146 ◦ blue 111

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

Shades of Copper #DF926F

Tints of Copper #DF926F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.13%

R = 46.46%
G = 30.42%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF926F (or 0xDF926F) is known color: Copper. HEX triplet: DF, 92 and 6F. RGB value is (223,146,111). Sum of RGB (Red+Green+Blue) = 223+146+111=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 146 (57.42% from 255 or 30.42% from 480); Blue value is 111 (43.75% from 255 or 23.12% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DF926F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF926F is #206D90. Grayscale: #A5A5A5. Windows color (decimal): -2125201 or 7312095. OLE color: 7312095.

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

Color convert

RGB 223 146 111 -
CMYK 0 0.35 0.50 0.13
HSL 18.75º 0.64% 0.65% -
HSV(B) 18.75º 0.5% 0.87% -
XYZ 43.58 37.39 19.96 -
YUV 165.03 97.51 169.35 -
System Red Green Blue C M Y K H S L
Decimal 223 146 111 0 0.35 0.50 0.13 18.75 0.64 0.65
Hex DF 92 6F 0 23 32 D 13 40 41
Octal 337 222 157 0 43 62 15 23 100 101
Binary 11011111 10010010 1101111 0 100011 110010 1101 10011 1000000 1000001

Color Harmonies of #DF926F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF926F

Black with #DF926F

Text Example


Text Example

White with #DF926F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF926F; }

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

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

background-color css

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

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

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

border-color css

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

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

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