Html Css Color HEX #DAB17E Calico

📋 copy color: '#DAB17E'

red 218 ◦ green 177 ◦ blue 126

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

Shades of Calico #DAB17E

Tints of Calico #DAB17E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.18%

R = 41.84%
G = 33.97%
B = 24.18%

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

#DAB17E (or 0xDAB17E) is known color: Calico. HEX triplet: DA, B1 and 7E. RGB value is (218,177,126). Sum of RGB (Red+Green+Blue) = 218+177+126=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 177 (69.53% from 255 or 33.97% from 521); Blue value is 126 (49.61% from 255 or 24.18% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB17E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB17E is #254E81. Grayscale: #B7B7B7. Windows color (decimal): -2444930 or 8303066. OLE color: 8303066.

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

Color convert

RGB 218 177 126 -
CMYK 0 0.19 0.42 0.15
HSL 33.26º 0.55% 0.67% -
HSV(B) 33.26º 0.42% 0.85% -
XYZ 48.4 47.86 26.42 -
YUV 183.45 95.58 152.65 -
System Red Green Blue C M Y K H S L
Decimal 218 177 126 0 0.19 0.42 0.15 33.26 0.55 0.67
Hex DA B1 7E 0 13 2A F 21 37 43
Octal 332 261 176 0 23 52 17 41 67 103
Binary 11011010 10110001 1111110 0 10011 101010 1111 100001 110111 1000011

Color Harmonies of #DAB17E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB17E

Black with #DAB17E

Text Example


Text Example

White with #DAB17E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB17E; }

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

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

background-color css

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

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

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

border-color css

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

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

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