Html Css Color HEX #D48B68 Copper

📋 copy color: '#D48B68'

red 212 ◦ green 139 ◦ blue 104

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

Shades of Copper #D48B68

Tints of Copper #D48B68

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.55%

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

R = 46.59%
G = 30.55%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#D48B68 (or 0xD48B68) is known color: Copper. HEX triplet: D4, 8B and 68. RGB value is (212,139,104). Sum of RGB (Red+Green+Blue) = 212+139+104=455 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.59% from 455); Green value is 139 (54.69% from 255 or 30.55% from 455); Blue value is 104 (41.02% from 255 or 22.86% from 455); Max value from RGB is 212 - color contains mainly: red. Hex color #D48B68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48B68 is #2B7497. Grayscale: #9D9D9D. Windows color (decimal): -2847896 or 6851540. OLE color: 6851540.

HSL color Cylindrical-coordinate representation of color #D48B68: hue angle of 19.44º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D48B68 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 139 104 -
CMYK 0 0.34 0.51 0.17
HSL 19.44º 0.56% 0.62% -
HSV(B) 19.44º 0.51% 0.83% -
XYZ 38.88 33.46 17.51 -
YUV 156.84 98.18 167.35 -
System Red Green Blue C M Y K H S L
Decimal 212 139 104 0 0.34 0.51 0.17 19.44 0.56 0.62
Hex D4 8B 68 0 22 33 11 13 38 3E
Octal 324 213 150 0 42 63 21 23 70 76
Binary 11010100 10001011 1101000 0 100010 110011 10001 10011 111000 111110

Color Harmonies of #D48B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48B68

Black with #D48B68

Text Example


Text Example

White with #D48B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48B68; }

 p { color: rgb(212,139,104); }

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

background-color css

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

 a { background-color: rgb(212,139,104); }

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

border-color css

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

 span { border-color: rgb(212,139,104); }

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