Html Css Color HEX #D98A62 Copper

📋 copy color: '#D98A62'

red 217 ◦ green 138 ◦ blue 98

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

Shades of Copper #D98A62

Tints of Copper #D98A62

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.46%

 BLUE value IS 98 (38.67% from 255) = 21.63%

R = 47.9%
G = 30.46%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D98A62 (or 0xD98A62) is known color: Copper. HEX triplet: D9, 8A and 62. RGB value is (217,138,98). Sum of RGB (Red+Green+Blue) = 217+138+98=453 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.90% from 453); Green value is 138 (54.30% from 255 or 30.46% from 453); Blue value is 98 (38.67% from 255 or 21.63% from 453); Max value from RGB is 217 - color contains mainly: red. Hex color #D98A62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98A62 is #26759D. Grayscale: #9D9D9D. Windows color (decimal): -2520478 or 6458073. OLE color: 6458073.

HSL color Cylindrical-coordinate representation of color #D98A62: hue angle of 20.17º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D98A62 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 138 98 -
CMYK 0 0.36 0.55 0.15
HSL 20.17º 0.61% 0.62% -
HSV(B) 20.17º 0.55% 0.85% -
XYZ 39.91 33.81 15.98 -
YUV 157.06 94.67 170.75 -
System Red Green Blue C M Y K H S L
Decimal 217 138 98 0 0.36 0.55 0.15 20.17 0.61 0.62
Hex D9 8A 62 0 24 37 F 14 3D 3E
Octal 331 212 142 0 44 67 17 24 75 76
Binary 11011001 10001010 1100010 0 100100 110111 1111 10100 111101 111110

Color Harmonies of #D98A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98A62

Black with #D98A62

Text Example


Text Example

White with #D98A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98A62; }

 p { color: rgb(217,138,98); }

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

background-color css

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

 a { background-color: rgb(217,138,98); }

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

border-color css

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

 span { border-color: rgb(217,138,98); }

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