Html Css Color HEX #DAB181 Calico

📋 copy color: '#DAB181'

red 218 ◦ green 177 ◦ blue 129

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

Shades of Calico #DAB181

Tints of Calico #DAB181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 24.62%

R = 41.6%
G = 33.78%
B = 24.62%

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

#DAB181 (or 0xDAB181) is known color: Calico. HEX triplet: DA, B1 and 81. RGB value is (218,177,129). Sum of RGB (Red+Green+Blue) = 218+177+129=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 177 (69.53% from 255 or 33.78% from 524); Blue value is 129 (50.78% from 255 or 24.62% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB181 is #254E7E. Grayscale: #B8B8B8. Windows color (decimal): -2444927 or 8499674. OLE color: 8499674.

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

Color convert

RGB 218 177 129 -
CMYK 0 0.19 0.41 0.15
HSL 32.36º 0.55% 0.68% -
HSV(B) 32.36º 0.41% 0.85% -
XYZ 48.6 47.93 27.46 -
YUV 183.79 97.08 152.4 -
System Red Green Blue C M Y K H S L
Decimal 218 177 129 0 0.19 0.41 0.15 32.36 0.55 0.68
Hex DA B1 81 0 13 29 F 20 37 44
Octal 332 261 201 0 23 51 17 40 67 104
Binary 11011010 10110001 10000001 0 10011 101001 1111 100000 110111 1000100

Color Harmonies of #DAB181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB181

Black with #DAB181

Text Example


Text Example

White with #DAB181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB181; }

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

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

background-color css

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

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

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

border-color css

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

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

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