Html Css Color HEX #D58962 Copper

📋 copy color: '#D58962'

red 213 ◦ green 137 ◦ blue 98

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

Shades of Copper #D58962

Tints of Copper #D58962

RGB

 RED value IS 213 (83.59% from 255) = 47.54%

 GREEN value IS 137 (53.91% from 255) = 30.58%

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

R = 47.54%
G = 30.58%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D58962 (or 0xD58962) is known color: Copper. HEX triplet: D5, 89 and 62. RGB value is (213,137,98). Sum of RGB (Red+Green+Blue) = 213+137+98=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 137 (53.91% from 255 or 30.58% from 448); Blue value is 98 (38.67% from 255 or 21.88% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D58962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58962 is #2A769D. Grayscale: #9B9B9B. Windows color (decimal): -2782878 or 6457813. OLE color: 6457813.

HSL color Cylindrical-coordinate representation of color #D58962: hue angle of 20.35º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D58962 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 137 98 -
CMYK 0 0.36 0.54 0.16
HSL 20.35º 0.58% 0.61% -
HSV(B) 20.35º 0.54% 0.84% -
XYZ 38.59 32.92 15.88 -
YUV 155.28 95.68 169.17 -
System Red Green Blue C M Y K H S L
Decimal 213 137 98 0 0.36 0.54 0.16 20.35 0.58 0.61
Hex D5 89 62 0 24 36 10 14 3A 3D
Octal 325 211 142 0 44 66 20 24 72 75
Binary 11010101 10001001 1100010 0 100100 110110 10000 10100 111010 111101

Color Harmonies of #D58962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58962

Black with #D58962

Text Example


Text Example

White with #D58962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58962; }

 p { color: rgb(213,137,98); }

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

background-color css

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

 a { background-color: rgb(213,137,98); }

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

border-color css

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

 span { border-color: rgb(213,137,98); }

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