Html Css Color HEX #D0AE88 Calico

📋 copy color: '#D0AE88'

red 208 ◦ green 174 ◦ blue 136

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

Shades of Calico #D0AE88

Tints of Calico #D0AE88

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.59%

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

R = 40.15%
G = 33.59%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D0AE88 (or 0xD0AE88) is known color: Calico. HEX triplet: D0, AE and 88. RGB value is (208,174,136). Sum of RGB (Red+Green+Blue) = 208+174+136=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 136 (53.52% from 255 or 26.25% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AE88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AE88 is #2F5177. Grayscale: #B4B4B4. Windows color (decimal): -3101048 or 8957648. OLE color: 8957648.

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

Color convert

RGB 208 174 136 -
CMYK 0 0.16 0.35 0.18
HSL 31.67º 0.43% 0.67% -
HSV(B) 31.67º 0.35% 0.82% -
XYZ 45.59 45.46 29.66 -
YUV 179.83 103.26 148.09 -
System Red Green Blue C M Y K H S L
Decimal 208 174 136 0 0.16 0.35 0.18 31.67 0.43 0.67
Hex D0 AE 88 0 10 23 12 20 2B 43
Octal 320 256 210 0 20 43 22 40 53 103
Binary 11010000 10101110 10001000 0 10000 100011 10010 100000 101011 1000011

Color Harmonies of #D0AE88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AE88

Black with #D0AE88

Text Example


Text Example

White with #D0AE88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AE88; }

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

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

background-color css

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

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

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

border-color css

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

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

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