Html Css Color HEX #D2A689 Cameo

📋 copy color: '#D2A689'

red 210 ◦ green 166 ◦ blue 137

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

Shades of Cameo #D2A689

Tints of Cameo #D2A689

RGB

 RED value IS 210 (82.42% from 255) = 40.94%

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

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

R = 40.94%
G = 32.36%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D2A689 (or 0xD2A689) is known color: Cameo. HEX triplet: D2, A6 and 89. RGB value is (210,166,137). Sum of RGB (Red+Green+Blue) = 210+166+137=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 166 (65.23% from 255 or 32.36% from 513); Blue value is 137 (53.91% from 255 or 26.71% from 513); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A689 is #2D5976. Grayscale: #B0B0B0. Windows color (decimal): -2972023 or 9021138. OLE color: 9021138.

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

Color convert

RGB 210 166 137 -
CMYK 0 0.21 0.35 0.18
HSL 23.84º 0.45% 0.68% -
HSV(B) 23.84º 0.35% 0.82% -
XYZ 44.73 42.78 29.57 -
YUV 175.85 106.08 152.36 -
System Red Green Blue C M Y K H S L
Decimal 210 166 137 0 0.21 0.35 0.18 23.84 0.45 0.68
Hex D2 A6 89 0 15 23 12 18 2D 44
Octal 322 246 211 0 25 43 22 30 55 104
Binary 11010010 10100110 10001001 0 10101 100011 10010 11000 101101 1000100

Color Harmonies of #D2A689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A689

Black with #D2A689

Text Example


Text Example

White with #D2A689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A689; }

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

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

background-color css

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

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

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

border-color css

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

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

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