Html Css Color HEX #DAB286 Calico

📋 copy color: '#DAB286'

red 218 ◦ green 178 ◦ blue 134

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

Shades of Calico #DAB286

Tints of Calico #DAB286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 25.28%

R = 41.13%
G = 33.58%
B = 25.28%

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

#DAB286 (or 0xDAB286) is known color: Calico. HEX triplet: DA, B2 and 86. RGB value is (218,178,134). Sum of RGB (Red+Green+Blue) = 218+178+134=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 178 (69.92% from 255 or 33.58% from 530); Blue value is 134 (52.73% from 255 or 25.28% from 530); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB286 is #254D79. Grayscale: #B9B9B9. Windows color (decimal): -2444666 or 8827610. OLE color: 8827610.

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

Color convert

RGB 218 178 134 -
CMYK 0 0.18 0.39 0.15
HSL 31.43º 0.53% 0.69% -
HSV(B) 31.43º 0.39% 0.85% -
XYZ 49.14 48.47 29.32 -
YUV 184.94 99.25 151.58 -
System Red Green Blue C M Y K H S L
Decimal 218 178 134 0 0.18 0.39 0.15 31.43 0.53 0.69
Hex DA B2 86 0 12 27 F 1F 35 45
Octal 332 262 206 0 22 47 17 37 65 105
Binary 11011010 10110010 10000110 0 10010 100111 1111 11111 110101 1000101

Color Harmonies of #DAB286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB286

Black with #DAB286

Text Example


Text Example

White with #DAB286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB286; }

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

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

background-color css

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

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

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

border-color css

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

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

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