Html Css Color HEX #D0AB88 Cameo

📋 copy color: '#D0AB88'

red 208 ◦ green 171 ◦ blue 136

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

Shades of Cameo #D0AB88

Tints of Cameo #D0AB88

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.2%

 BLUE value IS 136 (53.52% from 255) = 26.41%

R = 40.39%
G = 33.2%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D0AB88 (or 0xD0AB88) is known color: Cameo. HEX triplet: D0, AB and 88. RGB value is (208,171,136). Sum of RGB (Red+Green+Blue) = 208+171+136=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 136 (53.52% from 255 or 26.41% from 515); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AB88 is #2F5477. Grayscale: #B2B2B2. Windows color (decimal): -3101816 or 8956880. OLE color: 8956880.

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

Color convert

RGB 208 171 136 -
CMYK 0 0.18 0.35 0.18
HSL 29.17º 0.43% 0.67% -
HSV(B) 29.17º 0.35% 0.82% -
XYZ 45.02 44.31 29.47 -
YUV 178.07 104.26 149.35 -
System Red Green Blue C M Y K H S L
Decimal 208 171 136 0 0.18 0.35 0.18 29.17 0.43 0.67
Hex D0 AB 88 0 12 23 12 1D 2B 43
Octal 320 253 210 0 22 43 22 35 53 103
Binary 11010000 10101011 10001000 0 10010 100011 10010 11101 101011 1000011

Color Harmonies of #D0AB88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AB88

Black with #D0AB88

Text Example


Text Example

White with #D0AB88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AB88; }

 p { color: rgb(208,171,136); }

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

background-color css

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

 a { background-color: rgb(208,171,136); }

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

border-color css

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

 span { border-color: rgb(208,171,136); }

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