Html Css Color HEX #DAB47C Calico

📋 copy color: '#DAB47C'

red 218 ◦ green 180 ◦ blue 124

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

Shades of Calico #DAB47C

Tints of Calico #DAB47C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.48%

 BLUE value IS 124 (48.83% from 255) = 23.75%

R = 41.76%
G = 34.48%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DAB47C (or 0xDAB47C) is known color: Calico. HEX triplet: DA, B4 and 7C. RGB value is (218,180,124). Sum of RGB (Red+Green+Blue) = 218+180+124=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 180 (70.70% from 255 or 34.48% from 522); Blue value is 124 (48.83% from 255 or 23.75% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB47C is #254B83. Grayscale: #B9B9B9. Windows color (decimal): -2444164 or 8172762. OLE color: 8172762.

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

Color convert

RGB 218 180 124 -
CMYK 0 0.17 0.43 0.15
HSL 35.74º 0.56% 0.67% -
HSV(B) 35.74º 0.43% 0.85% -
XYZ 48.87 49 25.95 -
YUV 184.98 93.59 151.55 -
System Red Green Blue C M Y K H S L
Decimal 218 180 124 0 0.17 0.43 0.15 35.74 0.56 0.67
Hex DA B4 7C 0 11 2B F 24 38 43
Octal 332 264 174 0 21 53 17 44 70 103
Binary 11011010 10110100 1111100 0 10001 101011 1111 100100 111000 1000011

Color Harmonies of #DAB47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB47C

Black with #DAB47C

Text Example


Text Example

White with #DAB47C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB47C; }

 p { color: rgb(218,180,124); }

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

background-color css

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

 a { background-color: rgb(218,180,124); }

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

border-color css

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

 span { border-color: rgb(218,180,124); }

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