Html Css Color HEX #DAAE89 Calico

📋 copy color: '#DAAE89'

red 218 ◦ green 174 ◦ blue 137

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

Shades of Calico #DAAE89

Tints of Calico #DAAE89

RGB

 RED value IS 218 (85.55% from 255) = 41.21%

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

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

R = 41.21%
G = 32.89%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DAAE89 (or 0xDAAE89) is known color: Calico. HEX triplet: DA, AE and 89. RGB value is (218,174,137). Sum of RGB (Red+Green+Blue) = 218+174+137=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 174 (68.36% from 255 or 32.89% from 529); Blue value is 137 (53.91% from 255 or 25.90% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAE89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAE89 is #255176. Grayscale: #B7B7B7. Windows color (decimal): -2445687 or 9023194. OLE color: 9023194.

HSL color Cylindrical-coordinate representation of color #DAAE89: hue angle of 27.41º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DAAE89 is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 174 137 -
CMYK 0 0.20 0.37 0.15
HSL 27.41º 0.52% 0.7% -
HSV(B) 27.41º 0.37% 0.85% -
XYZ 48.56 46.98 30.18 -
YUV 182.94 102.08 153.01 -
System Red Green Blue C M Y K H S L
Decimal 218 174 137 0 0.20 0.37 0.15 27.41 0.52 0.7
Hex DA AE 89 0 14 25 F 1B 34 46
Octal 332 256 211 0 24 45 17 33 64 106
Binary 11011010 10101110 10001001 0 10100 100101 1111 11011 110100 1000110

Color Harmonies of #DAAE89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAE89

Black with #DAAE89

Text Example


Text Example

White with #DAAE89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAE89; }

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

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

background-color css

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

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

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

border-color css

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

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

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