Html Css Color HEX #D48A68 Copper

📋 copy color: '#D48A68'

red 212 ◦ green 138 ◦ blue 104

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

Shades of Copper #D48A68

Tints of Copper #D48A68

RGB

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

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

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

R = 46.7%
G = 30.4%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#D48A68 (or 0xD48A68) is known color: Copper. HEX triplet: D4, 8A and 68. RGB value is (212,138,104). Sum of RGB (Red+Green+Blue) = 212+138+104=454 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.70% from 454); Green value is 138 (54.30% from 255 or 30.40% from 454); Blue value is 104 (41.02% from 255 or 22.91% from 454); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48A68 is #2B7597. Grayscale: #9C9C9C. Windows color (decimal): -2848152 or 6851284. OLE color: 6851284.

HSL color Cylindrical-coordinate representation of color #D48A68: hue angle of 18.89º 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 #D48A68 is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 138 104 -
CMYK 0 0.35 0.51 0.17
HSL 18.89º 0.56% 0.62% -
HSV(B) 18.89º 0.51% 0.83% -
XYZ 38.74 33.17 17.46 -
YUV 156.25 98.52 167.76 -
System Red Green Blue C M Y K H S L
Decimal 212 138 104 0 0.35 0.51 0.17 18.89 0.56 0.62
Hex D4 8A 68 0 23 33 11 13 38 3E
Octal 324 212 150 0 43 63 21 23 70 76
Binary 11010100 10001010 1101000 0 100011 110011 10001 10011 111000 111110

Color Harmonies of #D48A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48A68

Black with #D48A68

Text Example


Text Example

White with #D48A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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