Html Css Color HEX #DF9768 Copper

📋 copy color: '#DF9768'

red 223 ◦ green 151 ◦ blue 104

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

Shades of Copper #DF9768

Tints of Copper #DF9768

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.59%

 BLUE value IS 104 (41.02% from 255) = 21.76%

R = 46.65%
G = 31.59%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DF9768 (or 0xDF9768) is known color: Copper. HEX triplet: DF, 97 and 68. RGB value is (223,151,104). Sum of RGB (Red+Green+Blue) = 223+151+104=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 151 (59.38% from 255 or 31.59% from 478); Blue value is 104 (41.02% from 255 or 21.76% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9768 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9768 is #206897. Grayscale: #A7A7A7. Windows color (decimal): -2123928 or 6854623. OLE color: 6854623.

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

Color convert

RGB 223 151 104 -
CMYK 0 0.32 0.53 0.13
HSL 23.7º 0.65% 0.64% -
HSV(B) 23.7º 0.53% 0.87% -
XYZ 44 38.82 18.27 -
YUV 167.17 92.35 167.82 -
System Red Green Blue C M Y K H S L
Decimal 223 151 104 0 0.32 0.53 0.13 23.7 0.65 0.64
Hex DF 97 68 0 20 35 D 18 41 40
Octal 337 227 150 0 40 65 15 30 101 100
Binary 11011111 10010111 1101000 0 100000 110101 1101 11000 1000001 1000000

Color Harmonies of #DF9768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9768

Black with #DF9768

Text Example


Text Example

White with #DF9768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9768; }

 p { color: rgb(223,151,104); }

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

background-color css

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

 a { background-color: rgb(223,151,104); }

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

border-color css

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

 span { border-color: rgb(223,151,104); }

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