Html Css Color HEX #D98469 Copper

📋 copy color: '#D98469'

red 217 ◦ green 132 ◦ blue 105

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

Shades of Copper #D98469

Tints of Copper #D98469

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.07%

 BLUE value IS 105 (41.41% from 255) = 23.13%

R = 47.8%
G = 29.07%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D98469 (or 0xD98469) is known color: Copper. HEX triplet: D9, 84 and 69. RGB value is (217,132,105). Sum of RGB (Red+Green+Blue) = 217+132+105=454 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.80% from 454); Green value is 132 (51.95% from 255 or 29.07% from 454); Blue value is 105 (41.41% from 255 or 23.13% from 454); Max value from RGB is 217 - color contains mainly: red. Hex color #D98469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98469 is #267B96. Grayscale: #9A9A9A. Windows color (decimal): -2522007 or 6915289. OLE color: 6915289.

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

Color convert

RGB 217 132 105 -
CMYK 0 0.39 0.52 0.15
HSL 14.46º 0.6% 0.63% -
HSV(B) 14.46º 0.52% 0.85% -
XYZ 39.42 32.27 17.52 -
YUV 154.34 100.16 172.7 -
System Red Green Blue C M Y K H S L
Decimal 217 132 105 0 0.39 0.52 0.15 14.46 0.6 0.63
Hex D9 84 69 0 27 34 F E 3C 3F
Octal 331 204 151 0 47 64 17 16 74 77
Binary 11011001 10000100 1101001 0 100111 110100 1111 1110 111100 111111

Color Harmonies of #D98469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98469

Black with #D98469

Text Example


Text Example

White with #D98469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98469; }

 p { color: rgb(217,132,105); }

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

background-color css

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

 a { background-color: rgb(217,132,105); }

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

border-color css

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

 span { border-color: rgb(217,132,105); }

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