Html Css Color HEX #DAB177 Calico

📋 copy color: '#DAB177'

red 218 ◦ green 177 ◦ blue 119

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

Shades of Calico #DAB177

Tints of Calico #DAB177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.15%

R = 42.41%
G = 34.44%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DAB177 (or 0xDAB177) is known color: Calico. HEX triplet: DA, B1 and 77. RGB value is (218,177,119). Sum of RGB (Red+Green+Blue) = 218+177+119=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 177 (69.53% from 255 or 34.44% from 514); Blue value is 119 (46.88% from 255 or 23.15% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB177 is #254E88. Grayscale: #B6B6B6. Windows color (decimal): -2444937 or 7844314. OLE color: 7844314.

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

Color convert

RGB 218 177 119 -
CMYK 0 0.19 0.45 0.15
HSL 35.15º 0.57% 0.66% -
HSV(B) 35.15º 0.45% 0.85% -
XYZ 47.97 47.68 24.13 -
YUV 182.65 92.08 153.22 -
System Red Green Blue C M Y K H S L
Decimal 218 177 119 0 0.19 0.45 0.15 35.15 0.57 0.66
Hex DA B1 77 0 13 2D F 23 39 42
Octal 332 261 167 0 23 55 17 43 71 102
Binary 11011010 10110001 1110111 0 10011 101101 1111 100011 111001 1000010

Color Harmonies of #DAB177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB177

Black with #DAB177

Text Example


Text Example

White with #DAB177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB177; }

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

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

background-color css

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

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

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

border-color css

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

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

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