Html Css Color HEX #DAB085 Calico

📋 copy color: '#DAB085'

red 218 ◦ green 176 ◦ blue 133

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

Shades of Calico #DAB085

Tints of Calico #DAB085

RGB

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

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

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

R = 41.37%
G = 33.4%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DAB085 (or 0xDAB085) is known color: Calico. HEX triplet: DA, B0 and 85. RGB value is (218,176,133). Sum of RGB (Red+Green+Blue) = 218+176+133=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 133 (52.34% from 255 or 25.24% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB085 is #254F7A. Grayscale: #B7B7B7. Windows color (decimal): -2445179 or 8761562. OLE color: 8761562.

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

Color convert

RGB 218 176 133 -
CMYK 0 0.19 0.39 0.15
HSL 30.35º 0.53% 0.69% -
HSV(B) 30.35º 0.39% 0.85% -
XYZ 48.67 47.65 28.82 -
YUV 183.66 99.41 152.5 -
System Red Green Blue C M Y K H S L
Decimal 218 176 133 0 0.19 0.39 0.15 30.35 0.53 0.69
Hex DA B0 85 0 13 27 F 1E 35 45
Octal 332 260 205 0 23 47 17 36 65 105
Binary 11011010 10110000 10000101 0 10011 100111 1111 11110 110101 1000101

Color Harmonies of #DAB085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB085

Black with #DAB085

Text Example


Text Example

White with #DAB085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB085; }

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

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

background-color css

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

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

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

border-color css

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

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

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