Html Css Color HEX #D0AE89 Calico

📋 copy color: '#D0AE89'

red 208 ◦ green 174 ◦ blue 137

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

Shades of Calico #D0AE89

Tints of Calico #D0AE89

RGB

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

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

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

R = 40.08%
G = 33.53%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D0AE89 (or 0xD0AE89) is known color: Calico. HEX triplet: D0, AE and 89. RGB value is (208,174,137). Sum of RGB (Red+Green+Blue) = 208+174+137=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 174 (68.36% from 255 or 33.53% from 519); Blue value is 137 (53.91% from 255 or 26.40% from 519); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AE89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AE89 is #2F5176. Grayscale: #B4B4B4. Windows color (decimal): -3101047 or 9023184. OLE color: 9023184.

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

Color convert

RGB 208 174 137 -
CMYK 0 0.16 0.34 0.18
HSL 31.27º 0.43% 0.68% -
HSV(B) 31.27º 0.34% 0.82% -
XYZ 45.66 45.49 30.04 -
YUV 179.95 103.76 148.01 -
System Red Green Blue C M Y K H S L
Decimal 208 174 137 0 0.16 0.34 0.18 31.27 0.43 0.68
Hex D0 AE 89 0 10 22 12 1F 2B 44
Octal 320 256 211 0 20 42 22 37 53 104
Binary 11010000 10101110 10001001 0 10000 100010 10010 11111 101011 1000100

Color Harmonies of #D0AE89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AE89

Black with #D0AE89

Text Example


Text Example

White with #D0AE89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AE89; }

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

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

background-color css

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

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

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

border-color css

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

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

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