Html Css Color HEX #DF926C Copper

📋 copy color: '#DF926C'

red 223 ◦ green 146 ◦ blue 108

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

Shades of Copper #DF926C

Tints of Copper #DF926C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.64%

R = 46.75%
G = 30.61%
B = 22.64%

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

#DF926C (or 0xDF926C) is known color: Copper. HEX triplet: DF, 92 and 6C. RGB value is (223,146,108). Sum of RGB (Red+Green+Blue) = 223+146+108=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 223 - color contains mainly: red. Hex color #DF926C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF926C is #206D93. Grayscale: #A4A4A4. Windows color (decimal): -2125204 or 7115487. OLE color: 7115487.

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

Color convert

RGB 223 146 108 -
CMYK 0 0.35 0.52 0.13
HSL 19.83º 0.64% 0.65% -
HSV(B) 19.83º 0.52% 0.87% -
XYZ 43.42 37.33 19.1 -
YUV 164.69 96.01 169.59 -
System Red Green Blue C M Y K H S L
Decimal 223 146 108 0 0.35 0.52 0.13 19.83 0.64 0.65
Hex DF 92 6C 0 23 34 D 14 40 41
Octal 337 222 154 0 43 64 15 24 100 101
Binary 11011111 10010010 1101100 0 100011 110100 1101 10100 1000000 1000001

Color Harmonies of #DF926C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF926C

Black with #DF926C

Text Example


Text Example

White with #DF926C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF926C; }

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

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

background-color css

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

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

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

border-color css

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

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

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