Html Css Color HEX #DAB485 Calico

📋 copy color: '#DAB485'

red 218 ◦ green 180 ◦ blue 133

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

Shades of Calico #DAB485

Tints of Calico #DAB485

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.9%

 BLUE value IS 133 (52.34% from 255) = 25.05%

R = 41.05%
G = 33.9%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DAB485 (or 0xDAB485) is known color: Calico. HEX triplet: DA, B4 and 85. RGB value is (218,180,133). Sum of RGB (Red+Green+Blue) = 218+180+133=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 180 (70.70% from 255 or 33.90% from 531); Blue value is 133 (52.34% from 255 or 25.05% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB485 is #254B7A. Grayscale: #BABABA. Windows color (decimal): -2444155 or 8762586. OLE color: 8762586.

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

Color convert

RGB 218 180 133 -
CMYK 0 0.17 0.39 0.15
HSL 33.18º 0.53% 0.69% -
HSV(B) 33.18º 0.39% 0.85% -
XYZ 49.47 49.24 29.09 -
YUV 186 98.09 150.82 -
System Red Green Blue C M Y K H S L
Decimal 218 180 133 0 0.17 0.39 0.15 33.18 0.53 0.69
Hex DA B4 85 0 11 27 F 21 35 45
Octal 332 264 205 0 21 47 17 41 65 105
Binary 11011010 10110100 10000101 0 10001 100111 1111 100001 110101 1000101

Color Harmonies of #DAB485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB485

Black with #DAB485

Text Example


Text Example

White with #DAB485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB485; }

 p { color: rgb(218,180,133); }

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

background-color css

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

 a { background-color: rgb(218,180,133); }

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

border-color css

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

 span { border-color: rgb(218,180,133); }

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