Html Css Color HEX #DE966B Copper

📋 copy color: '#DE966B'

red 222 ◦ green 150 ◦ blue 107

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

Shades of Copper #DE966B

Tints of Copper #DE966B

RGB

 RED value IS 222 (87.11% from 255) = 46.35%

 GREEN value IS 150 (58.98% from 255) = 31.32%

 BLUE value IS 107 (42.19% from 255) = 22.34%

R = 46.35%
G = 31.32%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DE966B (or 0xDE966B) is known color: Copper. HEX triplet: DE, 96 and 6B. RGB value is (222,150,107). Sum of RGB (Red+Green+Blue) = 222+150+107=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 150 (58.98% from 255 or 31.32% from 479); Blue value is 107 (42.19% from 255 or 22.34% from 479); Max value from RGB is 222 - color contains mainly: red. Hex color #DE966B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE966B is #216994. Grayscale: #A6A6A6. Windows color (decimal): -2189717 or 7050974. OLE color: 7050974.

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

Color convert

RGB 222 150 107 -
CMYK 0 0.32 0.52 0.13
HSL 22.43º 0.64% 0.65% -
HSV(B) 22.43º 0.52% 0.87% -
XYZ 43.68 38.4 19.02 -
YUV 166.63 94.35 167.5 -
System Red Green Blue C M Y K H S L
Decimal 222 150 107 0 0.32 0.52 0.13 22.43 0.64 0.65
Hex DE 96 6B 0 20 34 D 16 40 41
Octal 336 226 153 0 40 64 15 26 100 101
Binary 11011110 10010110 1101011 0 100000 110100 1101 10110 1000000 1000001

Color Harmonies of #DE966B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE966B

Black with #DE966B

Text Example


Text Example

White with #DE966B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE966B; }

 p { color: rgb(222,150,107); }

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

background-color css

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

 a { background-color: rgb(222,150,107); }

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

border-color css

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

 span { border-color: rgb(222,150,107); }

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