Html Css Color HEX #D0AD88 Calico

📋 copy color: '#D0AD88'

red 208 ◦ green 173 ◦ blue 136

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

Shades of Calico #D0AD88

Tints of Calico #D0AD88

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.46%

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

R = 40.23%
G = 33.46%
B = 26.31%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D0AD88 (or 0xD0AD88) is known color: Calico. HEX triplet: D0, AD and 88. RGB value is (208,173,136). Sum of RGB (Red+Green+Blue) = 208+173+136=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 136 (53.52% from 255 or 26.31% from 517); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AD88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AD88 is #2F5277. Grayscale: #B3B3B3. Windows color (decimal): -3101304 or 8957392. OLE color: 8957392.

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

Color convert

RGB 208 173 136 -
CMYK 0 0.17 0.35 0.18
HSL 30.83º 0.43% 0.67% -
HSV(B) 30.83º 0.35% 0.82% -
XYZ 45.4 45.07 29.6 -
YUV 179.25 103.6 148.51 -
System Red Green Blue C M Y K H S L
Decimal 208 173 136 0 0.17 0.35 0.18 30.83 0.43 0.67
Hex D0 AD 88 0 11 23 12 1F 2B 43
Octal 320 255 210 0 21 43 22 37 53 103
Binary 11010000 10101101 10001000 0 10001 100011 10010 11111 101011 1000011

Color Harmonies of #D0AD88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AD88

Black with #D0AD88

Text Example


Text Example

White with #D0AD88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AD88; }

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

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

background-color css

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

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

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

border-color css

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

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

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