Html Css Color HEX #D99067 Copper

📋 copy color: '#D99067'

red 217 ◦ green 144 ◦ blue 103

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

Shades of Copper #D99067

Tints of Copper #D99067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 22.2%

R = 46.77%
G = 31.03%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D99067 (or 0xD99067) is known color: Copper. HEX triplet: D9, 90 and 67. RGB value is (217,144,103). Sum of RGB (Red+Green+Blue) = 217+144+103=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 144 (56.64% from 255 or 31.03% from 464); Blue value is 103 (40.62% from 255 or 22.20% from 464); Max value from RGB is 217 - color contains mainly: red. Hex color #D99067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99067 is #266F98. Grayscale: #A1A1A1. Windows color (decimal): -2518937 or 6787289. OLE color: 6787289.

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

Color convert

RGB 217 144 103 -
CMYK 0 0.34 0.53 0.15
HSL 21.58º 0.6% 0.63% -
HSV(B) 21.58º 0.53% 0.85% -
XYZ 41.04 35.68 17.56 -
YUV 161.15 95.18 167.83 -
System Red Green Blue C M Y K H S L
Decimal 217 144 103 0 0.34 0.53 0.15 21.58 0.6 0.63
Hex D9 90 67 0 22 35 F 16 3C 3F
Octal 331 220 147 0 42 65 17 26 74 77
Binary 11011001 10010000 1100111 0 100010 110101 1111 10110 111100 111111

Color Harmonies of #D99067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99067

Black with #D99067

Text Example


Text Example

White with #D99067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99067; }

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

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

background-color css

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

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

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

border-color css

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

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

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