Html Css Color HEX #D4A689 Cameo

📋 copy color: '#D4A689'

red 212 ◦ green 166 ◦ blue 137

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

Shades of Cameo #D4A689

Tints of Cameo #D4A689

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.23%

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

R = 41.17%
G = 32.23%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D4A689 (or 0xD4A689) is known color: Cameo. HEX triplet: D4, A6 and 89. RGB value is (212,166,137). Sum of RGB (Red+Green+Blue) = 212+166+137=515 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.17% from 515); Green value is 166 (65.23% from 255 or 32.23% from 515); Blue value is 137 (53.91% from 255 or 26.60% from 515); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A689 is #2B5976. Grayscale: #B0B0B0. Windows color (decimal): -2840951 or 9021140. OLE color: 9021140.

HSL color Cylindrical-coordinate representation of color #D4A689: hue angle of 23.2º 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 #D4A689 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 166 137 -
CMYK 0 0.22 0.35 0.17
HSL 23.2º 0.47% 0.68% -
HSV(B) 23.2º 0.35% 0.83% -
XYZ 45.3 43.08 29.59 -
YUV 176.45 105.74 153.36 -
System Red Green Blue C M Y K H S L
Decimal 212 166 137 0 0.22 0.35 0.17 23.2 0.47 0.68
Hex D4 A6 89 0 16 23 11 17 2F 44
Octal 324 246 211 0 26 43 21 27 57 104
Binary 11010100 10100110 10001001 0 10110 100011 10001 10111 101111 1000100

Color Harmonies of #D4A689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A689

Black with #D4A689

Text Example


Text Example

White with #D4A689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A689; }

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

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

background-color css

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

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

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

border-color css

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

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

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