Html Css Color HEX #DF926E Copper

📋 copy color: '#DF926E'

red 223 ◦ green 146 ◦ blue 110

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

Shades of Copper #DF926E

Tints of Copper #DF926E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.96%

R = 46.56%
G = 30.48%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DF926E (or 0xDF926E) is known color: Copper. HEX triplet: DF, 92 and 6E. RGB value is (223,146,110). Sum of RGB (Red+Green+Blue) = 223+146+110=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 146 (57.42% from 255 or 30.48% from 479); Blue value is 110 (43.36% from 255 or 22.96% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DF926E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF926E is #206D91. Grayscale: #A5A5A5. Windows color (decimal): -2125202 or 7246559. OLE color: 7246559.

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

Color convert

RGB 223 146 110 -
CMYK 0 0.35 0.51 0.13
HSL 19.12º 0.64% 0.65% -
HSV(B) 19.12º 0.51% 0.87% -
XYZ 43.52 37.37 19.67 -
YUV 164.92 97.01 169.43 -
System Red Green Blue C M Y K H S L
Decimal 223 146 110 0 0.35 0.51 0.13 19.12 0.64 0.65
Hex DF 92 6E 0 23 33 D 13 40 41
Octal 337 222 156 0 43 63 15 23 100 101
Binary 11011111 10010010 1101110 0 100011 110011 1101 10011 1000000 1000001

Color Harmonies of #DF926E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF926E

Black with #DF926E

Text Example


Text Example

White with #DF926E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF926E; }

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

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

background-color css

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

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

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

border-color css

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

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

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