Html Css Color HEX #D48A6F Copper

📋 copy color: '#D48A6F'

red 212 ◦ green 138 ◦ blue 111

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

Shades of Copper #D48A6F

Tints of Copper #D48A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.08%

R = 45.99%
G = 29.93%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D48A6F (or 0xD48A6F) is known color: Copper. HEX triplet: D4, 8A and 6F. RGB value is (212,138,111). Sum of RGB (Red+Green+Blue) = 212+138+111=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 138 (54.30% from 255 or 29.93% from 461); Blue value is 111 (43.75% from 255 or 24.08% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48A6F is #2B7590. Grayscale: #9D9D9D. Windows color (decimal): -2848145 or 7310036. OLE color: 7310036.

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

Color convert

RGB 212 138 111 -
CMYK 0 0.35 0.48 0.17
HSL 16.04º 0.54% 0.63% -
HSV(B) 16.04º 0.48% 0.83% -
XYZ 39.11 33.32 19.41 -
YUV 157.05 102.02 167.2 -
System Red Green Blue C M Y K H S L
Decimal 212 138 111 0 0.35 0.48 0.17 16.04 0.54 0.63
Hex D4 8A 6F 0 23 30 11 10 36 3F
Octal 324 212 157 0 43 60 21 20 66 77
Binary 11010100 10001010 1101111 0 100011 110000 10001 10000 110110 111111

Color Harmonies of #D48A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48A6F

Black with #D48A6F

Text Example


Text Example

White with #D48A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48A6F; }

 p { color: rgb(212,138,111); }

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

background-color css

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

 a { background-color: rgb(212,138,111); }

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

border-color css

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

 span { border-color: rgb(212,138,111); }

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