Html Css Color HEX #D98768 Copper

📋 copy color: '#D98768'

red 217 ◦ green 135 ◦ blue 104

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

Shades of Copper #D98768

Tints of Copper #D98768

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.61%

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

R = 47.59%
G = 29.61%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D98768 (or 0xD98768) is known color: Copper. HEX triplet: D9, 87 and 68. RGB value is (217,135,104). Sum of RGB (Red+Green+Blue) = 217+135+104=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 135 (53.12% from 255 or 29.61% from 456); Blue value is 104 (41.02% from 255 or 22.81% from 456); Max value from RGB is 217 - color contains mainly: red. Hex color #D98768 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98768 is #267897. Grayscale: #9C9C9C. Windows color (decimal): -2521240 or 6850521. OLE color: 6850521.

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

Color convert

RGB 217 135 104 -
CMYK 0 0.38 0.52 0.15
HSL 16.46º 0.6% 0.63% -
HSV(B) 16.46º 0.52% 0.85% -
XYZ 39.78 33.08 17.39 -
YUV 155.98 98.67 171.52 -
System Red Green Blue C M Y K H S L
Decimal 217 135 104 0 0.38 0.52 0.15 16.46 0.6 0.63
Hex D9 87 68 0 26 34 F 10 3C 3F
Octal 331 207 150 0 46 64 17 20 74 77
Binary 11011001 10000111 1101000 0 100110 110100 1111 10000 111100 111111

Color Harmonies of #D98768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98768

Black with #D98768

Text Example


Text Example

White with #D98768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98768; }

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

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

background-color css

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

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

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

border-color css

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

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

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