Html Css Color HEX #D99068 Copper

📋 copy color: '#D99068'

red 217 ◦ green 144 ◦ blue 104

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

Shades of Copper #D99068

Tints of Copper #D99068

RGB

 RED value IS 217 (85.16% from 255) = 46.67%

 GREEN value IS 144 (56.64% from 255) = 30.97%

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

R = 46.67%
G = 30.97%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D99068 (or 0xD99068) is known color: Copper. HEX triplet: D9, 90 and 68. RGB value is (217,144,104). Sum of RGB (Red+Green+Blue) = 217+144+104=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 104 (41.02% from 255 or 22.37% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D99068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99068 is #266F97. Grayscale: #A1A1A1. Windows color (decimal): -2518936 or 6852825. OLE color: 6852825.

HSL color Cylindrical-coordinate representation of color #D99068: hue angle of 21.24º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D99068 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 144 104 -
CMYK 0 0.34 0.52 0.15
HSL 21.24º 0.6% 0.63% -
HSV(B) 21.24º 0.52% 0.85% -
XYZ 41.09 35.7 17.82 -
YUV 161.27 95.68 167.75 -
System Red Green Blue C M Y K H S L
Decimal 217 144 104 0 0.34 0.52 0.15 21.24 0.6 0.63
Hex D9 90 68 0 22 34 F 15 3C 3F
Octal 331 220 150 0 42 64 17 25 74 77
Binary 11011001 10010000 1101000 0 100010 110100 1111 10101 111100 111111

Color Harmonies of #D99068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99068

Black with #D99068

Text Example


Text Example

White with #D99068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99068; }

 p { color: rgb(217,144,104); }

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

background-color css

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

 a { background-color: rgb(217,144,104); }

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

border-color css

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

 span { border-color: rgb(217,144,104); }

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