Html Css Color HEX #DAB087 Calico

📋 copy color: '#DAB087'

red 218 ◦ green 176 ◦ blue 135

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

Shades of Calico #DAB087

Tints of Calico #DAB087

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.27%

 BLUE value IS 135 (53.13% from 255) = 25.52%

R = 41.21%
G = 33.27%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DAB087 (or 0xDAB087) is known color: Calico. HEX triplet: DA, B0 and 87. RGB value is (218,176,135). Sum of RGB (Red+Green+Blue) = 218+176+135=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 135 (53.12% from 255 or 25.52% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB087 is #254F78. Grayscale: #B8B8B8. Windows color (decimal): -2445177 or 8892634. OLE color: 8892634.

HSL color Cylindrical-coordinate representation of color #DAB087: hue angle of 29.64º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DAB087 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 176 135 -
CMYK 0 0.19 0.38 0.15
HSL 29.64º 0.53% 0.69% -
HSV(B) 29.64º 0.38% 0.85% -
XYZ 48.81 47.71 29.56 -
YUV 183.88 100.41 152.33 -
System Red Green Blue C M Y K H S L
Decimal 218 176 135 0 0.19 0.38 0.15 29.64 0.53 0.69
Hex DA B0 87 0 13 26 F 1E 35 45
Octal 332 260 207 0 23 46 17 36 65 105
Binary 11011010 10110000 10000111 0 10011 100110 1111 11110 110101 1000101

Color Harmonies of #DAB087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB087

Black with #DAB087

Text Example


Text Example

White with #DAB087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB087; }

 p { color: rgb(218,176,135); }

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

background-color css

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

 a { background-color: rgb(218,176,135); }

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

border-color css

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

 span { border-color: rgb(218,176,135); }

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