Html Css Color HEX #D4A889 Cameo

📋 copy color: '#D4A889'

red 212 ◦ green 168 ◦ blue 137

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

Shades of Cameo #D4A889

Tints of Cameo #D4A889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 26.5%

R = 41.01%
G = 32.5%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D4A889 (or 0xD4A889) is known color: Cameo. HEX triplet: D4, A8 and 89. RGB value is (212,168,137). Sum of RGB (Red+Green+Blue) = 212+168+137=517 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.01% from 517); Green value is 168 (66.02% from 255 or 32.50% from 517); Blue value is 137 (53.91% from 255 or 26.50% from 517); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A889 is #2B5776. Grayscale: #B1B1B1. Windows color (decimal): -2840439 or 9021652. OLE color: 9021652.

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

Color convert

RGB 212 168 137 -
CMYK 0 0.21 0.35 0.17
HSL 24.8º 0.47% 0.68% -
HSV(B) 24.8º 0.35% 0.83% -
XYZ 45.67 43.81 29.72 -
YUV 177.62 105.08 152.52 -
System Red Green Blue C M Y K H S L
Decimal 212 168 137 0 0.21 0.35 0.17 24.8 0.47 0.68
Hex D4 A8 89 0 15 23 11 19 2F 44
Octal 324 250 211 0 25 43 21 31 57 104
Binary 11010100 10101000 10001001 0 10101 100011 10001 11001 101111 1000100

Color Harmonies of #D4A889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A889

Black with #D4A889

Text Example


Text Example

White with #D4A889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A889; }

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

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

background-color css

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

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

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

border-color css

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

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

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