Html Css Color HEX #D5A87D Cameo

📋 copy color: '#D5A87D'

red 213 ◦ green 168 ◦ blue 125

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

Shades of Cameo #D5A87D

Tints of Cameo #D5A87D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.7%

R = 42.09%
G = 33.2%
B = 24.7%

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

#D5A87D (or 0xD5A87D) is known color: Cameo. HEX triplet: D5, A8 and 7D. RGB value is (213,168,125). Sum of RGB (Red+Green+Blue) = 213+168+125=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 125 (49.22% from 255 or 24.70% from 506); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A87D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A87D is #2A5782. Grayscale: #B0B0B0. Windows color (decimal): -2774915 or 8235221. OLE color: 8235221.

HSL color Cylindrical-coordinate representation of color #D5A87D: hue angle of 29.32º 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 #D5A87D is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 168 125 -
CMYK 0 0.21 0.41 0.16
HSL 29.32º 0.51% 0.66% -
HSV(B) 29.32º 0.41% 0.84% -
XYZ 45.14 43.63 25.44 -
YUV 176.55 98.91 154 -
System Red Green Blue C M Y K H S L
Decimal 213 168 125 0 0.21 0.41 0.16 29.32 0.51 0.66
Hex D5 A8 7D 0 15 29 10 1D 33 42
Octal 325 250 175 0 25 51 20 35 63 102
Binary 11010101 10101000 1111101 0 10101 101001 10000 11101 110011 1000010

Color Harmonies of #D5A87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A87D

Black with #D5A87D

Text Example


Text Example

White with #D5A87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A87D; }

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

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

background-color css

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

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

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

border-color css

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

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

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