Html Css Color HEX #D48966 Copper

📋 copy color: '#D48966'

red 212 ◦ green 137 ◦ blue 102

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

Shades of Copper #D48966

Tints of Copper #D48966

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.38%

 BLUE value IS 102 (40.23% from 255) = 22.62%

R = 47.01%
G = 30.38%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#D48966 (or 0xD48966) is known color: Copper. HEX triplet: D4, 89 and 66. RGB value is (212,137,102). Sum of RGB (Red+Green+Blue) = 212+137+102=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 137 (53.91% from 255 or 30.38% from 451); Blue value is 102 (40.23% from 255 or 22.62% from 451); Max value from RGB is 212 - color contains mainly: red. Hex color #D48966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48966 is #2B7699. Grayscale: #9B9B9B. Windows color (decimal): -2848410 or 6719956. OLE color: 6719956.

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

Color convert

RGB 212 137 102 -
CMYK 0 0.35 0.52 0.17
HSL 19.09º 0.56% 0.62% -
HSV(B) 19.09º 0.52% 0.83% -
XYZ 38.5 32.85 16.88 -
YUV 155.44 97.85 168.35 -
System Red Green Blue C M Y K H S L
Decimal 212 137 102 0 0.35 0.52 0.17 19.09 0.56 0.62
Hex D4 89 66 0 23 34 11 13 38 3E
Octal 324 211 146 0 43 64 21 23 70 76
Binary 11010100 10001001 1100110 0 100011 110100 10001 10011 111000 111110

Color Harmonies of #D48966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48966

Black with #D48966

Text Example


Text Example

White with #D48966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48966; }

 p { color: rgb(212,137,102); }

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

background-color css

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

 a { background-color: rgb(212,137,102); }

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

border-color css

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

 span { border-color: rgb(212,137,102); }

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