Html Css Color HEX #D0A089 Cameo

📋 copy color: '#D0A089'

red 208 ◦ green 160 ◦ blue 137

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

Shades of Cameo #D0A089

Tints of Cameo #D0A089

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.68%

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

R = 41.19%
G = 31.68%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D0A089 (or 0xD0A089) is known color: Cameo. HEX triplet: D0, A0 and 89. RGB value is (208,160,137). Sum of RGB (Red+Green+Blue) = 208+160+137=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 137 (53.91% from 255 or 27.13% from 505); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A089 is #2F5F76. Grayscale: #ABABAB. Windows color (decimal): -3104631 or 9019600. OLE color: 9019600.

HSL color Cylindrical-coordinate representation of color #D0A089: hue angle of 19.44º 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 #D0A089 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 160 137 -
CMYK 0 0.23 0.34 0.18
HSL 19.44º 0.43% 0.68% -
HSV(B) 19.44º 0.34% 0.82% -
XYZ 43.1 40.36 29.19 -
YUV 171.73 108.4 153.87 -
System Red Green Blue C M Y K H S L
Decimal 208 160 137 0 0.23 0.34 0.18 19.44 0.43 0.68
Hex D0 A0 89 0 17 22 12 13 2B 44
Octal 320 240 211 0 27 42 22 23 53 104
Binary 11010000 10100000 10001001 0 10111 100010 10010 10011 101011 1000100

Color Harmonies of #D0A089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A089

Black with #D0A089

Text Example


Text Example

White with #D0A089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A089; }

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

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

background-color css

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

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

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

border-color css

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

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

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