Html Css Color HEX #DAB17F Calico

📋 copy color: '#DAB17F'

red 218 ◦ green 177 ◦ blue 127

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

Shades of Calico #DAB17F

Tints of Calico #DAB17F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.33%

R = 41.76%
G = 33.91%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DAB17F (or 0xDAB17F) is known color: Calico. HEX triplet: DA, B1 and 7F. RGB value is (218,177,127). Sum of RGB (Red+Green+Blue) = 218+177+127=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 177 (69.53% from 255 or 33.91% from 522); Blue value is 127 (50% from 255 or 24.33% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB17F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB17F is #254E80. Grayscale: #B7B7B7. Windows color (decimal): -2444929 or 8368602. OLE color: 8368602.

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

Color convert

RGB 218 177 127 -
CMYK 0 0.19 0.42 0.15
HSL 32.97º 0.55% 0.68% -
HSV(B) 32.97º 0.42% 0.85% -
XYZ 48.47 47.88 26.77 -
YUV 183.56 96.08 152.57 -
System Red Green Blue C M Y K H S L
Decimal 218 177 127 0 0.19 0.42 0.15 32.97 0.55 0.68
Hex DA B1 7F 0 13 2A F 21 37 44
Octal 332 261 177 0 23 52 17 41 67 104
Binary 11011010 10110001 1111111 0 10011 101010 1111 100001 110111 1000100

Color Harmonies of #DAB17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB17F

Black with #DAB17F

Text Example


Text Example

White with #DAB17F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB17F; }

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

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

background-color css

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

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

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

border-color css

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

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

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