Html Css Color HEX #DAB384 Calico

📋 copy color: '#DAB384'

red 218 ◦ green 179 ◦ blue 132

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

Shades of Calico #DAB384

Tints of Calico #DAB384

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.84%

 BLUE value IS 132 (51.95% from 255) = 24.95%

R = 41.21%
G = 33.84%
B = 24.95%

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

#DAB384 (or 0xDAB384) is known color: Calico. HEX triplet: DA, B3 and 84. RGB value is (218,179,132). Sum of RGB (Red+Green+Blue) = 218+179+132=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 179 (70.31% from 255 or 33.84% from 529); Blue value is 132 (51.95% from 255 or 24.95% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB384 is #254C7B. Grayscale: #B9B9B9. Windows color (decimal): -2444412 or 8696794. OLE color: 8696794.

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

Color convert

RGB 218 179 132 -
CMYK 0 0.18 0.39 0.15
HSL 32.79º 0.54% 0.69% -
HSV(B) 32.79º 0.39% 0.85% -
XYZ 49.2 48.81 28.66 -
YUV 185.3 97.92 151.32 -
System Red Green Blue C M Y K H S L
Decimal 218 179 132 0 0.18 0.39 0.15 32.79 0.54 0.69
Hex DA B3 84 0 12 27 F 21 36 45
Octal 332 263 204 0 22 47 17 41 66 105
Binary 11011010 10110011 10000100 0 10010 100111 1111 100001 110110 1000101

Color Harmonies of #DAB384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB384

Black with #DAB384

Text Example


Text Example

White with #DAB384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB384; }

 p { color: rgb(218,179,132); }

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

background-color css

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

 a { background-color: rgb(218,179,132); }

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

border-color css

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

 span { border-color: rgb(218,179,132); }

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