Html Css Color HEX #D5A87E Cameo

📋 copy color: '#D5A87E'

red 213 ◦ green 168 ◦ blue 126

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

Shades of Cameo #D5A87E

Tints of Cameo #D5A87E

RGB

 RED value IS 213 (83.59% from 255) = 42.01%

 GREEN value IS 168 (66.02% from 255) = 33.14%

 BLUE value IS 126 (49.61% from 255) = 24.85%

R = 42.01%
G = 33.14%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D5A87E (or 0xD5A87E) is known color: Cameo. HEX triplet: D5, A8 and 7E. RGB value is (213,168,126). Sum of RGB (Red+Green+Blue) = 213+168+126=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 126 (49.61% from 255 or 24.85% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A87E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A87E is #2A5781. Grayscale: #B0B0B0. Windows color (decimal): -2774914 or 8300757. OLE color: 8300757.

HSL color Cylindrical-coordinate representation of color #D5A87E: hue angle of 28.97º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D5A87E is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 168 126 -
CMYK 0 0.21 0.41 0.16
HSL 28.97º 0.51% 0.66% -
HSV(B) 28.97º 0.41% 0.84% -
XYZ 45.21 43.66 25.78 -
YUV 176.67 99.41 153.92 -
System Red Green Blue C M Y K H S L
Decimal 213 168 126 0 0.21 0.41 0.16 28.97 0.51 0.66
Hex D5 A8 7E 0 15 29 10 1D 33 42
Octal 325 250 176 0 25 51 20 35 63 102
Binary 11010101 10101000 1111110 0 10101 101001 10000 11101 110011 1000010

Color Harmonies of #D5A87E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A87E

Black with #D5A87E

Text Example


Text Example

White with #D5A87E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A87E; }

 p { color: rgb(213,168,126); }

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

background-color css

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

 a { background-color: rgb(213,168,126); }

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

border-color css

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

 span { border-color: rgb(213,168,126); }

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