Html Css Color HEX #DAB178 Calico

📋 copy color: '#DAB178'

red 218 ◦ green 177 ◦ blue 120

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

Shades of Calico #DAB178

Tints of Calico #DAB178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.3%

R = 42.33%
G = 34.37%
B = 23.3%

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

#DAB178 (or 0xDAB178) is known color: Calico. HEX triplet: DA, B1 and 78. RGB value is (218,177,120). Sum of RGB (Red+Green+Blue) = 218+177+120=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 177 (69.53% from 255 or 34.37% from 515); Blue value is 120 (47.27% from 255 or 23.30% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB178 is #254E87. Grayscale: #B7B7B7. Windows color (decimal): -2444936 or 7909850. OLE color: 7909850.

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

Color convert

RGB 218 177 120 -
CMYK 0 0.19 0.45 0.15
HSL 34.9º 0.57% 0.66% -
HSV(B) 34.9º 0.45% 0.85% -
XYZ 48.03 47.71 24.45 -
YUV 182.76 92.58 153.13 -
System Red Green Blue C M Y K H S L
Decimal 218 177 120 0 0.19 0.45 0.15 34.9 0.57 0.66
Hex DA B1 78 0 13 2D F 23 39 42
Octal 332 261 170 0 23 55 17 43 71 102
Binary 11011010 10110001 1111000 0 10011 101101 1111 100011 111001 1000010

Color Harmonies of #DAB178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB178

Black with #DAB178

Text Example


Text Example

White with #DAB178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB178; }

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

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

background-color css

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

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

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

border-color css

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

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

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