Html Css Color HEX #D98269 Copper

📋 copy color: '#D98269'

red 217 ◦ green 130 ◦ blue 105

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

Shades of Copper #D98269

Tints of Copper #D98269

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.76%

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

R = 48.01%
G = 28.76%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D98269 (or 0xD98269) is known color: Copper. HEX triplet: D9, 82 and 69. RGB value is (217,130,105). Sum of RGB (Red+Green+Blue) = 217+130+105=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 105 (41.41% from 255 or 23.23% from 452); Max value from RGB is 217 - color contains mainly: red. Hex color #D98269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98269 is #267D96. Grayscale: #999999. Windows color (decimal): -2522519 or 6914777. OLE color: 6914777.

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

Color convert

RGB 217 130 105 -
CMYK 0 0.40 0.52 0.15
HSL 13.39º 0.6% 0.63% -
HSV(B) 13.39º 0.52% 0.85% -
XYZ 39.15 31.74 17.43 -
YUV 153.16 100.82 173.53 -
System Red Green Blue C M Y K H S L
Decimal 217 130 105 0 0.40 0.52 0.15 13.39 0.6 0.63
Hex D9 82 69 0 28 34 F D 3C 3F
Octal 331 202 151 0 50 64 17 15 74 77
Binary 11011001 10000010 1101001 0 101000 110100 1111 1101 111100 111111

Color Harmonies of #D98269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98269

Black with #D98269

Text Example


Text Example

White with #D98269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98269; }

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

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

background-color css

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

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

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

border-color css

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

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

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