Html Css Color HEX #DAB182 Calico

📋 copy color: '#DAB182'

red 218 ◦ green 177 ◦ blue 130

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

Shades of Calico #DAB182

Tints of Calico #DAB182

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.71%

 BLUE value IS 130 (51.17% from 255) = 24.76%

R = 41.52%
G = 33.71%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#DAB182 (or 0xDAB182) is known color: Calico. HEX triplet: DA, B1 and 82. RGB value is (218,177,130). Sum of RGB (Red+Green+Blue) = 218+177+130=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 177 (69.53% from 255 or 33.71% from 525); Blue value is 130 (51.17% from 255 or 24.76% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB182 is #254E7D. Grayscale: #B8B8B8. Windows color (decimal): -2444926 or 8565210. OLE color: 8565210.

HSL color Cylindrical-coordinate representation of color #DAB182: hue angle of 32.05º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DAB182 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 177 130 -
CMYK 0 0.19 0.40 0.15
HSL 32.05º 0.54% 0.68% -
HSV(B) 32.05º 0.4% 0.85% -
XYZ 48.66 47.96 27.81 -
YUV 183.9 97.58 152.32 -
System Red Green Blue C M Y K H S L
Decimal 218 177 130 0 0.19 0.40 0.15 32.05 0.54 0.68
Hex DA B1 82 0 13 28 F 20 36 44
Octal 332 261 202 0 23 50 17 40 66 104
Binary 11011010 10110001 10000010 0 10011 101000 1111 100000 110110 1000100

Color Harmonies of #DAB182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB182

Black with #DAB182

Text Example


Text Example

White with #DAB182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB182; }

 p { color: rgb(218,177,130); }

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

background-color css

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

 a { background-color: rgb(218,177,130); }

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

border-color css

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

 span { border-color: rgb(218,177,130); }

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