Html Css Color HEX #DAB180 Calico

📋 copy color: '#DAB180'

red 218 ◦ green 177 ◦ blue 128

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

Shades of Calico #DAB180

Tints of Calico #DAB180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 24.47%

R = 41.68%
G = 33.84%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DAB180 (or 0xDAB180) is known color: Calico. HEX triplet: DA, B1 and 80. RGB value is (218,177,128). Sum of RGB (Red+Green+Blue) = 218+177+128=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 177 (69.53% from 255 or 33.84% from 523); Blue value is 128 (50.39% from 255 or 24.47% from 523); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB180 is #254E7F. Grayscale: #B7B7B7. Windows color (decimal): -2444928 or 8434138. OLE color: 8434138.

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

Color convert

RGB 218 177 128 -
CMYK 0 0.19 0.41 0.15
HSL 32.67º 0.55% 0.68% -
HSV(B) 32.67º 0.41% 0.85% -
XYZ 48.53 47.91 27.11 -
YUV 183.67 96.58 152.48 -
System Red Green Blue C M Y K H S L
Decimal 218 177 128 0 0.19 0.41 0.15 32.67 0.55 0.68
Hex DA B1 80 0 13 29 F 21 37 44
Octal 332 261 200 0 23 51 17 41 67 104
Binary 11011010 10110001 10000000 0 10011 101001 1111 100001 110111 1000100

Color Harmonies of #DAB180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB180

Black with #DAB180

Text Example


Text Example

White with #DAB180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB180; }

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

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

background-color css

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

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

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

border-color css

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

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

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