Html Css Color HEX #D48867 Copper

📋 copy color: '#D48867'

red 212 ◦ green 136 ◦ blue 103

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

Shades of Copper #D48867

Tints of Copper #D48867

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.16%

 BLUE value IS 103 (40.63% from 255) = 22.84%

R = 47.01%
G = 30.16%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#D48867 (or 0xD48867) is known color: Copper. HEX triplet: D4, 88 and 67. RGB value is (212,136,103). Sum of RGB (Red+Green+Blue) = 212+136+103=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 136 (53.52% from 255 or 30.16% from 451); Blue value is 103 (40.62% from 255 or 22.84% from 451); Max value from RGB is 212 - color contains mainly: red. Hex color #D48867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48867 is #2B7798. Grayscale: #9B9B9B. Windows color (decimal): -2848665 or 6785236. OLE color: 6785236.

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

Color convert

RGB 212 136 103 -
CMYK 0 0.36 0.51 0.17
HSL 18.17º 0.56% 0.62% -
HSV(B) 18.17º 0.51% 0.83% -
XYZ 38.4 32.58 17.1 -
YUV 154.96 98.68 168.68 -
System Red Green Blue C M Y K H S L
Decimal 212 136 103 0 0.36 0.51 0.17 18.17 0.56 0.62
Hex D4 88 67 0 24 33 11 12 38 3E
Octal 324 210 147 0 44 63 21 22 70 76
Binary 11010100 10001000 1100111 0 100100 110011 10001 10010 111000 111110

Color Harmonies of #D48867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48867

Black with #D48867

Text Example


Text Example

White with #D48867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48867; }

 p { color: rgb(212,136,103); }

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

background-color css

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

 a { background-color: rgb(212,136,103); }

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

border-color css

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

 span { border-color: rgb(212,136,103); }

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