Html Css Color HEX #D4A887 Cameo

📋 copy color: '#D4A887'

red 212 ◦ green 168 ◦ blue 135

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

Shades of Cameo #D4A887

Tints of Cameo #D4A887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 26.21%

R = 41.17%
G = 32.62%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#D4A887 (or 0xD4A887) is known color: Cameo. HEX triplet: D4, A8 and 87. RGB value is (212,168,135). Sum of RGB (Red+Green+Blue) = 212+168+135=515 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.17% from 515); Green value is 168 (66.02% from 255 or 32.62% from 515); Blue value is 135 (53.12% from 255 or 26.21% from 515); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A887 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A887 is #2B5778. Grayscale: #B1B1B1. Windows color (decimal): -2840441 or 8890580. OLE color: 8890580.

HSL color Cylindrical-coordinate representation of color #D4A887: hue angle of 25.71º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D4A887 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 168 135 -
CMYK 0 0.21 0.36 0.17
HSL 25.71º 0.47% 0.68% -
HSV(B) 25.71º 0.36% 0.83% -
XYZ 45.53 43.75 28.97 -
YUV 177.39 104.08 152.68 -
System Red Green Blue C M Y K H S L
Decimal 212 168 135 0 0.21 0.36 0.17 25.71 0.47 0.68
Hex D4 A8 87 0 15 24 11 1A 2F 44
Octal 324 250 207 0 25 44 21 32 57 104
Binary 11010100 10101000 10000111 0 10101 100100 10001 11010 101111 1000100

Color Harmonies of #D4A887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A887

Black with #D4A887

Text Example


Text Example

White with #D4A887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A887; }

 p { color: rgb(212,168,135); }

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

background-color css

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

 a { background-color: rgb(212,168,135); }

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

border-color css

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

 span { border-color: rgb(212,168,135); }

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