Html Css Color HEX #DAB285 Calico

📋 copy color: '#DAB285'

red 218 ◦ green 178 ◦ blue 133

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

Shades of Calico #DAB285

Tints of Calico #DAB285

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.65%

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

R = 41.21%
G = 33.65%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DAB285 (or 0xDAB285) is known color: Calico. HEX triplet: DA, B2 and 85. RGB value is (218,178,133). Sum of RGB (Red+Green+Blue) = 218+178+133=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 178 (69.92% from 255 or 33.65% from 529); Blue value is 133 (52.34% from 255 or 25.14% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB285 is #254D7A. Grayscale: #B9B9B9. Windows color (decimal): -2444667 or 8762074. OLE color: 8762074.

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

Color convert

RGB 218 178 133 -
CMYK 0 0.18 0.39 0.15
HSL 31.76º 0.53% 0.69% -
HSV(B) 31.76º 0.39% 0.85% -
XYZ 49.07 48.44 28.95 -
YUV 184.83 98.75 151.66 -
System Red Green Blue C M Y K H S L
Decimal 218 178 133 0 0.18 0.39 0.15 31.76 0.53 0.69
Hex DA B2 85 0 12 27 F 20 35 45
Octal 332 262 205 0 22 47 17 40 65 105
Binary 11011010 10110010 10000101 0 10010 100111 1111 100000 110101 1000101

Color Harmonies of #DAB285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB285

Black with #DAB285

Text Example


Text Example

White with #DAB285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB285; }

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

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

background-color css

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

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

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

border-color css

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

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

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