Html Css Color HEX #D48669 Copper

📋 copy color: '#D48669'

red 212 ◦ green 134 ◦ blue 105

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

Shades of Copper #D48669

Tints of Copper #D48669

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.71%

 BLUE value IS 105 (41.41% from 255) = 23.28%

R = 47.01%
G = 29.71%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D48669 (or 0xD48669) is known color: Copper. HEX triplet: D4, 86 and 69. RGB value is (212,134,105). Sum of RGB (Red+Green+Blue) = 212+134+105=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 134 (52.73% from 255 or 29.71% from 451); Blue value is 105 (41.41% from 255 or 23.28% from 451); Max value from RGB is 212 - color contains mainly: red. Hex color #D48669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48669 is #2B7996. Grayscale: #9A9A9A. Windows color (decimal): -2849175 or 6915796. OLE color: 6915796.

HSL color Cylindrical-coordinate representation of color #D48669: hue angle of 16.26º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D48669 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 134 105 -
CMYK 0 0.37 0.50 0.17
HSL 16.26º 0.55% 0.62% -
HSV(B) 16.26º 0.5% 0.83% -
XYZ 38.23 32.07 17.54 -
YUV 154.02 100.34 169.36 -
System Red Green Blue C M Y K H S L
Decimal 212 134 105 0 0.37 0.50 0.17 16.26 0.55 0.62
Hex D4 86 69 0 25 32 11 10 37 3E
Octal 324 206 151 0 45 62 21 20 67 76
Binary 11010100 10000110 1101001 0 100101 110010 10001 10000 110111 111110

Color Harmonies of #D48669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48669

Black with #D48669

Text Example


Text Example

White with #D48669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48669; }

 p { color: rgb(212,134,105); }

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

background-color css

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

 a { background-color: rgb(212,134,105); }

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

border-color css

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

 span { border-color: rgb(212,134,105); }

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