Html Css Color HEX #D0A689 Cameo

📋 copy color: '#D0A689'

red 208 ◦ green 166 ◦ blue 137

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

Shades of Cameo #D0A689

Tints of Cameo #D0A689

RGB

 RED value IS 208 (81.64% from 255) = 40.7%

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

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

R = 40.7%
G = 32.49%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D0A689 (or 0xD0A689) is known color: Cameo. HEX triplet: D0, A6 and 89. RGB value is (208,166,137). Sum of RGB (Red+Green+Blue) = 208+166+137=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 166 (65.23% from 255 or 32.49% from 511); Blue value is 137 (53.91% from 255 or 26.81% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A689 is #2F5976. Grayscale: #AFAFAF. Windows color (decimal): -3103095 or 9021136. OLE color: 9021136.

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

Color convert

RGB 208 166 137 -
CMYK 0 0.20 0.34 0.18
HSL 24.51º 0.43% 0.68% -
HSV(B) 24.51º 0.34% 0.82% -
XYZ 44.16 42.49 29.54 -
YUV 175.25 106.41 151.36 -
System Red Green Blue C M Y K H S L
Decimal 208 166 137 0 0.20 0.34 0.18 24.51 0.43 0.68
Hex D0 A6 89 0 14 22 12 19 2B 44
Octal 320 246 211 0 24 42 22 31 53 104
Binary 11010000 10100110 10001001 0 10100 100010 10010 11001 101011 1000100

Color Harmonies of #D0A689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A689

Black with #D0A689

Text Example


Text Example

White with #D0A689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A689; }

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

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

background-color css

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

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

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

border-color css

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

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

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