Html Css Color HEX #D48963 Copper

📋 copy color: '#D48963'

red 212 ◦ green 137 ◦ blue 99

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

Shades of Copper #D48963

Tints of Copper #D48963

RGB

 RED value IS 212 (83.2% from 255) = 47.32%

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

 BLUE value IS 99 (39.06% from 255) = 22.1%

R = 47.32%
G = 30.58%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#D48963 (or 0xD48963) is known color: Copper. HEX triplet: D4, 89 and 63. RGB value is (212,137,99). Sum of RGB (Red+Green+Blue) = 212+137+99=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 137 (53.91% from 255 or 30.58% from 448); Blue value is 99 (39.06% from 255 or 22.10% from 448); Max value from RGB is 212 - color contains mainly: red. Hex color #D48963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48963 is #2B769C. Grayscale: #9B9B9B. Windows color (decimal): -2848413 or 6523348. OLE color: 6523348.

HSL color Cylindrical-coordinate representation of color #D48963: hue angle of 20.18º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D48963 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 137 99 -
CMYK 0 0.35 0.53 0.17
HSL 20.18º 0.57% 0.61% -
HSV(B) 20.18º 0.53% 0.83% -
XYZ 38.35 32.79 16.11 -
YUV 155.09 96.35 168.59 -
System Red Green Blue C M Y K H S L
Decimal 212 137 99 0 0.35 0.53 0.17 20.18 0.57 0.61
Hex D4 89 63 0 23 35 11 14 39 3D
Octal 324 211 143 0 43 65 21 24 71 75
Binary 11010100 10001001 1100011 0 100011 110101 10001 10100 111001 111101

Color Harmonies of #D48963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48963

Black with #D48963

Text Example


Text Example

White with #D48963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48963; }

 p { color: rgb(212,137,99); }

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

background-color css

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

 a { background-color: rgb(212,137,99); }

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

border-color css

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

 span { border-color: rgb(212,137,99); }

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